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

@ -32,16 +32,6 @@
#
# cachedir = 'buildserver/cache'
# The buildserver can use some local caches to speed up builds,
# especially when the internet connection is slow and/or expensive.
# If enabled, the buildserver setup will look for standard caches in
# your HOME dir and copy them to the buildserver VM. Be aware: this
# will reduce the isolation of the buildserver from your host machine,
# so the buildserver will provide an environment only as trustworthy
# as the host machine's environment.
#
# copy_caches_from_host = True
# To specify which Debian mirror the build server VM should use, by
# default it uses http.debian.net, which auto-detects which is the
# best mirror to use.