From 8a236ea1c8bafd1130d811d7c5581d6f6d3b7f27 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Wed, 5 Jun 2013 13:45:31 +0100 Subject: [PATCH] Document makebuildserver settings a bit better --- makebuildserver.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/makebuildserver.py b/makebuildserver.py index 4d660cce..b47a8c11 100755 --- a/makebuildserver.py +++ b/makebuildserver.py @@ -6,13 +6,21 @@ import subprocess import time -# Settings, which need to be moved elsewhere ultimately... +# Settings, which need to be moved elsewhere ultimately. You will need +# to alter these before running. + +# Name of the base box to use... basebox = "raring32" +# 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" memory = 3584 +# Debian package proxy server - set this to None unless you have one... aptproxy = "http://192.168.0.19:8000" +# Set to True if your base box is 64 bit... arch64 = False +# End of settings. def vagrant(params, cwd=None, printout=False): -- 2.30.2