fixed the autoupdater and added the corresponding mirrors

This commit is contained in:
amperpirat
2014-10-03 14:44:11 +02:00
parent 2ae2bca194
commit 780572c602

View File

@@ -139,28 +139,47 @@
name: name of the branch
mirrors: comma separated ipv6 based mirror-servers to access the firmware image
good_signatures: number of at leased good signatures signed by the authors of the firmware
pubkeys: public keys of the authors of the firmware image]]
pubkeys: public keys of the authors of the firmware image ]]
autoupdater = {
enabled = 0,
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = {
'http://37.120.168.150/firmware/stable/sysupgrade/',
},
probability = 0.08,
good_signatures = 1,
pubkeys = {
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- public key von Ole
},
},
},
autoupdater = {
enabled = 1,
branch = 'experimental',
branches = {
stable = {
name = 'stable',
mirrors = {
'http://[fdef:ffc0:4fff::11]/firmware/stable/sysupgrade/',
'http://[fdef:ffc0:4fff::12]/firmware/stable/sysupgrade/',
'http://[fdef:ffc0:4fff::13]/firmware/stable/sysupgrade/',
},
probability = 0.08,
good_signatures = 1,
pubkeys = {
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- public key von Ole
--[[ '8d16e1b88bcac28b493d6eadbce97bd223a65b3282a533c1f15f4b616b0d732a', -- BenBE ]]
--[[ 'ee6ffe0fd4cada0358204c4f62a80d859478e7f12982068d65e48ed0a37a4fea', -- e-chb ]]
},
},
experimental = {
name = 'experimental',
mirrors = {
'http://[fdef:ffc0:4fff::11]/firmware/experimental/sysupgrade/',
'http://[fdef:ffc0:4fff::12]/firmware/experimental/sysupgrade/',
'http://[fdef:ffc0:4fff::13]/firmware/experimental/sysupgrade/',
},
probability = 0.1,
good_signatures = 1,
pubkeys = {
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- public key von Ole
--[[ '8d16e1b88bcac28b493d6eadbce97bd223a65b3282a533c1f15f4b616b0d732a', -- BenBE ]]
--[[ 'ee6ffe0fd4cada0358204c4f62a80d859478e7f12982068d65e48ed0a37a4fea', -- e-chb ]]
},
},
},
},
--[[ Simple TC settings to limit the bandwidth of the vpn-uplink
mesh_vpn:
sub