aboutsummaryrefslogtreecommitdiffstats
path: root/test-build-config.example
blob: a07b2c1353046c04b49de901af93f5e976f2c0da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"