2013-12-30 17:11:52 +01:00
|
|
|
#!/usr/bin/env python2
|
2014-01-09 16:02:09 +01:00
|
|
|
#
|
|
|
|
# You may want to alter these before running ./makebuildserver
|
2013-12-30 17:11:52 +01:00
|
|
|
|
2014-01-09 16:02:09 +01: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
|
|
|
|
2014-12-21 20:02:47 +01:00
|
|
|
# Location where testing32.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
|
|
|
|
|
2014-01-09 16:02:09 +01:00
|
|
|
# Debian package proxy server - if you have one, e.g. "http://192.168.0.19:8000"
|
|
|
|
aptproxy = None
|
2013-06-06 11:33:44 +02:00
|
|
|
|
2014-01-09 16:02:09 +01:00
|
|
|
# Set to True if your base box is 64 bit (e.g. testing32.box isn't)
|
2013-06-06 11:33:44 +02:00
|
|
|
arch64 = False
|