X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=examples%2Fmakebuildserver.config.py;h=4747dc885136d397102bf2ccee2f05d87e7b8ace;hb=dd93505fceb3d4a8293a0b153f2e09f9483f1247;hp=cc536844b5dfb7dec8beaae02755dded096f0420;hpb=b6a5978b11856a46599708e0c2cfe12ef1861f87;p=fdroidserver.git diff --git a/examples/makebuildserver.config.py b/examples/makebuildserver.config.py index cc536844..4747dc88 100644 --- a/examples/makebuildserver.config.py +++ b/examples/makebuildserver.config.py @@ -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.