chiark / gitweb /
Externalise makebuildserver config variables
[fdroidserver.git] / makebs.config.sample.py
1 # You will need to alter these before running makebuildserver.py
2
3 # Name of the base box to use...
4 basebox = "raring32"
5
6 # Location where raring32.box can be found, if you don't already have
7 # it. Could be set to https://f-droid.org/raring32.box if you like...
8 baseboxurl = "/shares/software/OS and Boot/raring32.box"
9
10 memory = 3584
11
12 # Debian package proxy server - set this to None unless you have one...
13 aptproxy = "http://192.168.0.19:8000"
14
15 # Set to True if your base box is 64 bit...
16 arch64 = False