mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
makebuildserver: set default Debian mirror to http.debian.net
This host automatically detects which is the closest mirror, then uses that one. It does so dynamically, so it'll work on machines that move too. Now that we are pushing more people to run F-Droid build servers, the defaults should take those use cases into account.
This commit is contained in:
parent
b33add9ce7
commit
50713c7ce9
2 changed files with 7 additions and 1 deletions
|
|
@ -13,6 +13,12 @@ baseboxurl = "https://f-droid.org/jessie32.box"
|
|||
# or if you have a cached local copy, you can use that first:
|
||||
# baseboxurl = ["file:///home/fdroid/fdroidserver/cache/jessie32.box", "https://f-droid.org/jessie32.box"]
|
||||
|
||||
# To specify which Debian mirror the build server VM should use, by
|
||||
# default it uses http.debian.net, which auto-detects which is the
|
||||
# best mirror to use.
|
||||
#
|
||||
# debian_mirror = 'http://ftp.uk.debian.org/debian/'
|
||||
|
||||
# The amount of RAM the build server will have
|
||||
memory = 3584
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue