mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
Document makebuildserver settings a bit better
This commit is contained in:
parent
68df47779d
commit
8a236ea1c8
@ -6,13 +6,21 @@ import subprocess
|
||||
import time
|
||||
|
||||
|
||||
# Settings, which need to be moved elsewhere ultimately...
|
||||
# Settings, which need to be moved elsewhere ultimately. You will need
|
||||
# to alter these before running.
|
||||
|
||||
# Name of the base box to use...
|
||||
basebox = "raring32"
|
||||
# Location where raring32.box can be found, if you don't already have
|
||||
# it. Could be set to https://f-droid.org/raring32.box if you like...
|
||||
baseboxurl = "/shares/software/OS and Boot/raring32.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
|
||||
|
||||
# End of settings.
|
||||
|
||||
|
||||
def vagrant(params, cwd=None, printout=False):
|
||||
|
Loading…
Reference in New Issue
Block a user