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 3d1631e71e
commit 0937f79688
4 changed files with 13 additions and 12 deletions

View File

@@ -2,6 +2,7 @@
## v2015.6.1
* Added support of site selection in config mode
* Switch autoupdater URL back to main firmware repo path
## v2015.6
- Updated to Gluon 2015.1.2

View File

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

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,

View File

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