From: Ciaran Gultnieks Date: Wed, 8 Jan 2014 16:26:04 +0000 (+0000) Subject: Update base box in sample config too X-Git-Tag: 0.1~30 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2390e0d53de561e013d9e8f94851b2179a4a4b47;p=fdroidserver.git Update base box in sample config too --- diff --git a/sampleconfigs/makebs.config.sample.py b/sampleconfigs/makebs.config.sample.py index 4370765d..7dc42ba5 100644 --- a/sampleconfigs/makebs.config.sample.py +++ b/sampleconfigs/makebs.config.sample.py @@ -3,11 +3,13 @@ # You will need to alter these before running ./makebuildserver # Name of the base box to use... -basebox = "raring32" +basebox = "testing32" # Location where raring32.box can be found, if you don't already have -# it. Could be set to https://f-droid.org/raring32.box if you like... -baseboxurl = "/shares/software/OS and Boot/raring32.box" +# it. For security reasons, it's recommended that you make your own +# in a secure environment using trusted media (see the manual) but +# you can use this default if you like... +baseboxurl = "https://f-droid.org/testing32.box" memory = 3584