allow setting up an apt package cache for the build server setup

This creates a cache folder which will store the apt cache from the VM.
This commit is contained in:
Hans-Christoph Steiner 2016-01-26 11:21:21 +01:00
parent b6a5978b11
commit dd93505fce
2 changed files with 16 additions and 0 deletions

View file

@ -21,6 +21,13 @@
#
# cachedir = 'buildserver/cache'
# A big part of creating a new instance is downloading packages from Debian.
# This setups up a folder in ~/.cache/fdroidserver to cache the downloaded
# packages when rebuilding the build server from scratch. This requires
# that virtualbox-guest-utils is installed.
#
# apt_package_cache = 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.