1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +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'), 'file://' + os.path.join(cachedir, 'jessie32.box'),
'https://f-droid.org/jessie32.box', 'https://f-droid.org/jessie32.box',
], ],
'debian_mirror': 'http://http.debian.net/debian/',
'cachedir': cachedir, 'cachedir': cachedir,
'cpus': 1, 'cpus': 1,
'memory': 3584, 'memory': 3584,