From 341736a27e7c670e74bfcac5d999385ee871a5bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Thu, 9 Jan 2014 16:02:09 +0100 Subject: [PATCH] Make makebs.config.sample.py easier for newcomers With aptproxy defaulting to None, it works out of the box --- sampleconfigs/makebs.config.sample.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sampleconfigs/makebs.config.sample.py b/sampleconfigs/makebs.config.sample.py index 7dc42ba5..f01e94a2 100644 --- a/sampleconfigs/makebs.config.sample.py +++ b/sampleconfigs/makebs.config.sample.py @@ -1,8 +1,8 @@ #!/usr/bin/env python2 +# +# You may want to alter these before running ./makebuildserver -# You will need to alter these before running ./makebuildserver - -# Name of the base box to use... +# Name of the base box to use basebox = "testing32" # Location where raring32.box can be found, if you don't already have @@ -13,8 +13,8 @@ baseboxurl = "https://f-droid.org/testing32.box" memory = 3584 -# Debian package proxy server - set this to None unless you have one... -aptproxy = "http://192.168.0.19:8000" +# Debian package proxy server - if you have one, e.g. "http://192.168.0.19:8000" +aptproxy = None -# Set to True if your base box is 64 bit... +# Set to True if your base box is 64 bit (e.g. testing32.box isn't) arch64 = False -- 2.30.2