diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-24 16:31:29 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-24 16:31:29 +0200 |
| commit | 5bccfedb2c4fc7f592d225b7d88a5183d27e9906 (patch) | |
| tree | 9944c33c22a0b702e5c1c18dee03e181797fefee /config.example | |
| parent | f175d6ac0c792ae17da964d39431eb8b9a5c1411 (diff) | |
| download | sbo-batch-tester-5bccfedb2c4fc7f592d225b7d88a5183d27e9906.tar.gz sbo-batch-tester-5bccfedb2c4fc7f592d225b7d88a5183d27e9906.zip | |
Add PKG_CACHE config var (empty = disabled)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'config.example')
| -rw-r--r-- | config.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.example b/config.example index 88cc264..a524400 100644 --- a/config.example +++ b/config.example @@ -31,5 +31,10 @@ CHROOT_LOCATION="/tmp" # Where persistent logs are written (outside the overlay, survives teardown). LOG_ROOT="/var/log/sbo-batch-test" +# Persistent package cache. Local disk, survives across runs. Built dependency +# packages are stored here and reused when their version is unchanged. Wiped +# automatically when the base is patched. Leave empty to disable caching. +PKG_CACHE="/var/cache/sbo-batch-test" + # Slackware version, used for the mirror ChangeLog / patches path. VERSION="15.0" |
