makebuildserver: move copy_caches_from_host to command line flag

This commit is contained in:
Hans-Christoph Steiner 2022-10-19 10:31:36 +02:00
parent 21ea1c1c89
commit abdd02f33a
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
3 changed files with 3 additions and 13 deletions

View file

@ -69,7 +69,6 @@ fi
cat <<EOF > $WORKSPACE/makebuildserver.config.py
debian_mirror = 'http://deb.debian.org/debian/'
boot_timeout = 1200
copy_caches_from_host = True
memory = $memory
cpus = $cpus
EOF