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