1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

makebuildserver: explicitly set debian_mirror by default

There needs to be a default, otherwise it crashes.  I should have included
this in 8d66742dd7
This commit is contained in:
Hans-Christoph Steiner 2016-01-26 13:33:53 +01:00
parent 88d369e293
commit 3511c44357

View File

@ -53,6 +53,7 @@ config = {
'file://' + os.path.join(cachedir, 'jessie32.box'),
'https://f-droid.org/jessie32.box',
],
'debian_mirror': 'http://http.debian.net/debian/',
'cachedir': cachedir,
'cpus': 1,
'memory': 3584,