mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
Update recommended base box
This commit is contained in:
parent
09a0aa2eb9
commit
fba632cf07
2 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
|||
# You may want to alter these before running ./makebuildserver
|
||||
|
||||
# Name of the base box to use
|
||||
basebox = "testing32"
|
||||
basebox = "jessie32"
|
||||
|
||||
# Location where testing32.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"
|
||||
baseboxurl = "https://f-droid.org/jessie32.box"
|
||||
|
||||
# The amount of RAM the build server will have
|
||||
memory = 3584
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue