aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/test-build-config.example
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-13 10:13:05 +0200
committerDanilo M. <danix@danix.xyz>2026-07-13 10:13:05 +0200
commit1a39e22ddfd989591620995284187fbfbbf93f91 (patch)
tree26bedb8bc8526dcc6f61d79878069ad1736ce8f0 /.extras/test-build-config.example
parenteb749440407dafe821d390e093f2341478f93640 (diff)
downloadsbo-slackbuilds-1a39e22ddfd989591620995284187fbfbbf93f91.tar.gz
sbo-slackbuilds-1a39e22ddfd989591620995284187fbfbbf93f91.zip
test-build: config, arg parsing, version selection
Diffstat (limited to '.extras/test-build-config.example')
-rw-r--r--.extras/test-build-config.example18
1 files changed, 18 insertions, 0 deletions
diff --git a/.extras/test-build-config.example b/.extras/test-build-config.example
new file mode 100644
index 0000000..a07b2c1
--- /dev/null
+++ b/.extras/test-build-config.example
@@ -0,0 +1,18 @@
+# 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"