chiark / gitweb /
Update base box in sample config too
[fdroidserver.git] / sampleconfigs / makebs.config.sample.py
1 #!/usr/bin/env python2
2
3 # You will need to alter these before running ./makebuildserver
4
5 # Name of the base box to use...
6 basebox = "testing32"
7
8 # Location where raring32.box can be found, if you don't already have
9 # it. For security reasons, it's recommended that you make your own
10 # in a secure environment using trusted media (see the manual) but
11 # you can use this default if you like...
12 baseboxurl = "https://f-droid.org/testing32.box"
13
14 memory = 3584
15
16 # Debian package proxy server - set this to None unless you have one...
17 aptproxy = "http://192.168.0.19:8000"
18
19 # Set to True if your base box is 64 bit...
20 arch64 = False