mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03: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:
parent
88d369e293
commit
3511c44357
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue