Use firmware.ffmuc.net for autoupdater

This commit is contained in:
Franz Pletz
2015-03-22 16:50:01 +01:00
parent d4bb0d1434
commit df318edfeb

View File

@@ -81,9 +81,7 @@
stable = { stable = {
name = 'stable', name = 'stable',
mirrors = { mirrors = {
'http://[fdef:ffc0:4fff::11]/firmware/stable/sysupgrade/', 'http://firmware.ffmuc.net/stable/sysupgrade/',
'http://[fdef:ffc0:4fff::12]/firmware/stable/sysupgrade/',
'http://[fdef:ffc0:4fff::13]/firmware/stable/sysupgrade/',
'http://[fdef:ffc0:4fff::130]/firmware/stable/sysupgrade/', 'http://[fdef:ffc0:4fff::130]/firmware/stable/sysupgrade/',
}, },
probability = 0.08, probability = 0.08,
@@ -97,6 +95,7 @@
experimental = { experimental = {
name = 'experimental', name = 'experimental',
mirrors = { mirrors = {
'http://firmware.ffmuc.net/experimental/sysupgrade/',
'http://[fdef:ffc0:4fff::130]/firmware/experimental/sysupgrade/', 'http://[fdef:ffc0:4fff::130]/firmware/experimental/sysupgrade/',
}, },
probability = 0.1, probability = 0.1,