2013-12-30 17:11:52 +01:00
|
|
|
#!/usr/bin/env python2
|
|
|
|
|
2013-12-30 17:18:45 +01:00
|
|
|
# You will need to alter these before running ./makebuildserver
|
2013-06-06 11:33:44 +02:00
|
|
|
|
|
|
|
# Name of the base box to use...
|
2014-01-08 17:26:04 +01:00
|
|
|
basebox = "testing32"
|
2013-06-06 11:33:44 +02:00
|
|
|
|
|
|
|
# Location where raring32.box can be found, if you don't already have
|
2014-01-08 17:26:04 +01:00
|
|
|
# it. For security reasons, it's recommended that you make your own
|
|
|
|
# in a secure environment using trusted media (see the manual) but
|
|
|
|
# you can use this default if you like...
|
|
|
|
baseboxurl = "https://f-droid.org/testing32.box"
|
2013-06-06 11:33:44 +02:00
|
|
|
|
|
|
|
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
|