diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-06-20 09:01:46 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-06-20 09:01:46 +0200 |
commit | c3b83eb5988bff1534445502957eaa91f11b4dac (patch) | |
tree | 9c87473deefc2c3bf1aebfb6327a5f2741351252 /conf/slave.conf.example | |
parent | c681b098f53f8fd86cbe720f643c1a528d2f2f60 (diff) | |
download | builder-c3b83eb5988bff1534445502957eaa91f11b4dac.tar.xz |
added archbuild_chroots parameter for separating slaves
Diffstat (limited to 'conf/slave.conf.example')
-rwxr-xr-x | conf/slave.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/slave.conf.example b/conf/slave.conf.example index ea03df7..83b340e 100755 --- a/conf/slave.conf.example +++ b/conf/slave.conf.example @@ -36,3 +36,6 @@ # e.g. the one from /etc/pacman.d/mirrorlist32 (useful on build slaves which do not # have the master mirror in the mirrorlist32) #mirror_update_command='' + +# where are the archbuild chroots stored +archbuild_chroots='/var/lib/archbuild/' |