mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
buildserver: add copy_caches_from_host config option
For people using slow, expensive, and/or flaky internet, liberal use of caching can make a huge difference. The restricted environment of the gpjenkins box has been a good test environment for this (Tor-only, whitelist of allowed IPs to visit, home internet connection).
This commit is contained in:
parent
4cde71552f
commit
daade7656a
3 changed files with 34 additions and 0 deletions
|
@ -28,6 +28,16 @@
|
|||
#
|
||||
# apt_package_cache = True
|
||||
|
||||
# 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue