1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 09:50:07 +02:00
fdroidserver/examples/makebs.config.py

25 lines
739 B
Python
Raw Normal View History

#!/usr/bin/env python2
#
# You may want to alter these before running ./makebuildserver
# Name of the base box to use
2015-07-21 22:12:52 +02:00
basebox = "jessie32"
# 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...
2015-07-21 22:12:52 +02:00
baseboxurl = "https://f-droid.org/jessie32.box"
# The amount of RAM the build server will have
memory = 3584
# The number of CPUs the build server will have
cpus = 1
# Debian package proxy server - if you have one, e.g. "http://192.168.0.19:8000"
aptproxy = None
# Set to True if your base box is 64 bit (e.g. testing32.box isn't)
arch64 = False