diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-14 17:03:08 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-14 17:03:08 +0200 |
| commit | abccc01065b74f06191c7b408ee2903aca9fdcfb (patch) | |
| tree | f21136474e50ebc8e52300536e11a7c7813460ff /.extras/test-build-config.example | |
| parent | 8e3003d162ec1e362523c0d3c232753950d2d343 (diff) | |
| download | sbo-slackbuilds-abccc01065b74f06191c7b408ee2903aca9fdcfb.tar.gz sbo-slackbuilds-abccc01065b74f06191c7b408ee2903aca9fdcfb.zip | |
extract docker tooling to ../sbo-dockerbuild
The test-build tool and image-builder chain grew from a .extras/ helper into a
standalone toolchain, now maintained in its own repo (../sbo-dockerbuild). Remove
them here (scripts, examples, design docs) and repoint CLAUDE.md: test-building
is now done with the installed `test-build` CLI, deps resolved from the SBo tree,
both trees verified per bump. Package-maintenance files stay: nvchecker.toml,
hooks/, assets/.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to '.extras/test-build-config.example')
| -rw-r--r-- | .extras/test-build-config.example | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.extras/test-build-config.example b/.extras/test-build-config.example deleted file mode 100644 index a07b2c1..0000000 --- a/.extras/test-build-config.example +++ /dev/null @@ -1,18 +0,0 @@ -# test-build config. Copy to ~/.config/sbo-testbuild/config and edit. -# Override the path with the TB_CONFIG environment variable. - -# Local SBo trees, one per target Slackware version. -SBO_TREE_CURRENT="/home/danix/SBo/current" -SBO_TREE_STABLE="/home/danix/SBo/15.0" - -# Ready image tags (built by a separate job, consumed here by tag). -IMAGE_CURRENT="sbo-testbuild:current" -IMAGE_STABLE="sbo-testbuild:15.0" - -# Where per-run logs land. -LOG_ROOT="/home/danix/.cache/sbo-test-build" - -# Dependency package cache (host dir). Empty disables caching. -# Namespaced internally by image digest, so it self-invalidates on image update -# and keeps current vs 15.0 separate. -PKG_CACHE="/home/danix/.cache/sbo-test-build/pkgcache" |
