Switch autoupdater URL back to main firmware repo path

This commit is contained in:
Franz Pletz
2015-10-14 21:14:16 +02:00
parent 378e517ff7
commit 904652abdd
4 changed files with 13 additions and 12 deletions

View File

@@ -85,8 +85,8 @@
stable = {
name = 'stable',
mirrors = {
'http://firmware.ffmuc.net/welcome/stable/sysupgrade/',
'http://[fdef:ffc0:4fff::130]/welcome/stable/sysupgrade/',
'http://firmware.ffmuc.net/stable/sysupgrade/',
'http://[fdef:ffc0:4fff::130]/stable/sysupgrade/',
},
probability = 0.1,
good_signatures = 2,
@@ -100,8 +100,8 @@
experimental = {
name = 'experimental',
mirrors = {
'http://firmware.ffmuc.net/welcome/experimental/sysupgrade/',
'http://[fdef:ffc0:4fff::130]/welcome/experimental/sysupgrade/',
'http://firmware.ffmuc.net/experimental/sysupgrade/',
'http://[fdef:ffc0:4fff::130]/experimental/sysupgrade/',
},
probability = 0.5,
good_signatures = 2,