mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-07 07:50:11 +01:00
21 lines
627 B
Python
21 lines
627 B
Python
#!/usr/bin/env python2
|
|
|
|
# You will need to alter these before running ./makebuildserver
|
|
|
|
# Name of the base box to use...
|
|
basebox = "testing32"
|
|
|
|
# Location where raring32.box can be found, if you don't already have
|
|
# 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"
|
|
|
|
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
|