mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
makebuildserver: purge apt_package_cache feature
This is unmaintained, lightly used, a tangled mess, and can be replaced by things like the vagrant-cachier plugin or #418
This commit is contained in:
parent
52849deea0
commit
21ea1c1c89
4 changed files with 1 additions and 29 deletions
|
@ -69,7 +69,6 @@ fi
|
|||
cat <<EOF > $WORKSPACE/makebuildserver.config.py
|
||||
debian_mirror = 'http://deb.debian.org/debian/'
|
||||
boot_timeout = 1200
|
||||
apt_package_cache = True
|
||||
copy_caches_from_host = True
|
||||
memory = $memory
|
||||
cpus = $cpus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue