From: fdroid on solaria Date: Sat, 5 May 2018 15:40:22 +0000 (+0100) Subject: basebox config X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1760ebebce6ec986f96b7b75266a5b22bae1cfc6;p=fdroidserver.git basebox config --- diff --git a/makebuildserver.config.py b/makebuildserver.config.py index 7d5b5509..3d5fffe9 100644 --- a/makebuildserver.config.py +++ b/makebuildserver.config.py @@ -3,7 +3,7 @@ # You may want to alter these before running ./makebuildserver # Name of the base box to use -basebox = "jessie64" +# basebox = "jessie64" # Location where testing32.box can be found, if you don't already have # it. For security reasons, it's recommended that you make your own @@ -13,6 +13,7 @@ basebox = "jessie64" # # or if you have a cached local copy, you can use that first: # baseboxurl = ["file:///home/fdroid/fdroidserver/cache/jessie64.box", "https://f-droid.org/jessie64.box"] +baseboxurl = ["file:///home/fdroid/.cache/fdroidserver/jessie64.box"] # In the process of setting up the build server, many gigs of files # are downloaded (Android SDK components, gradle, etc). These are