mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
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:
parent
b6a5978b11
commit
dd93505fce
2 changed files with 16 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue