Add vpn03 as firmware mirror
This commit is contained in:
parent
52966c44cd
commit
8d2478e2a3
18
site.conf
18
site.conf
|
@ -61,7 +61,11 @@
|
||||||
branches = {
|
branches = {
|
||||||
nightly = {
|
nightly = {
|
||||||
name = 'nightly',
|
name = 'nightly',
|
||||||
mirrors = {'http://[fd2f:5119:0f2c::1]/firmware/nightly/sysupgrade', 'http://[fd2f:5119:0f2c::2]/firmware/nightly/sysupgrade'},
|
mirrors = {
|
||||||
|
'http://[fd2f:5119:0f2c::1]/firmware/nightly/sysupgrade',
|
||||||
|
'http://[fd2f:5119:0f2c::2]/firmware/nightly/sysupgrade',
|
||||||
|
'http://[fd2f:5119:0f2c::3]/firmware/nightly/sysupgrade',
|
||||||
|
},
|
||||||
good_signatures = 1,
|
good_signatures = 1,
|
||||||
pubkeys = {
|
pubkeys = {
|
||||||
'4bc6c2c3f36f984a9c370558a453d8a91933323679dd6dbbf6568834133a6030', -- autobuilder
|
'4bc6c2c3f36f984a9c370558a453d8a91933323679dd6dbbf6568834133a6030', -- autobuilder
|
||||||
|
@ -69,7 +73,11 @@
|
||||||
},
|
},
|
||||||
testing = {
|
testing = {
|
||||||
name = 'testing',
|
name = 'testing',
|
||||||
mirrors = {'http://[fd2f:5119:0f2c::1]/firmware/testing/sysupgrade', 'http://[fd2f:5119:0f2c::2]/firmware/testing/sysupgrade'},
|
mirrors = {
|
||||||
|
'http://[fd2f:5119:0f2c::1]/firmware/testing/sysupgrade',
|
||||||
|
'http://[fd2f:5119:0f2c::2]/firmware/testing/sysupgrade',
|
||||||
|
'http://[fd2f:5119:0f2c::3]/firmware/testing/sysupgrade',
|
||||||
|
},
|
||||||
good_signatures = 1,
|
good_signatures = 1,
|
||||||
pubkeys = {
|
pubkeys = {
|
||||||
'c3e3f0486664e4ae692fa8d773038eb7347b8ea1cd1cb670b33eff980ad65d62', -- jplitza
|
'c3e3f0486664e4ae692fa8d773038eb7347b8ea1cd1cb670b33eff980ad65d62', -- jplitza
|
||||||
|
@ -78,7 +86,11 @@
|
||||||
},
|
},
|
||||||
stable = {
|
stable = {
|
||||||
name = 'stable',
|
name = 'stable',
|
||||||
mirrors = {'http://[fd2f:5119:0f2c::1]/firmware/stable/sysupgrade', 'http://[fd2f:5119:0f2c::2]/firmware/stable/sysupgrade'},
|
mirrors = {
|
||||||
|
'http://[fd2f:5119:0f2c::1]/firmware/stable/sysupgrade',
|
||||||
|
'http://[fd2f:5119:0f2c::2]/firmware/stable/sysupgrade',
|
||||||
|
'http://[fd2f:5119:0f2c::3]/firmware/stable/sysupgrade',
|
||||||
|
},
|
||||||
good_signatures = 2,
|
good_signatures = 2,
|
||||||
pubkeys = {
|
pubkeys = {
|
||||||
'c3e3f0486664e4ae692fa8d773038eb7347b8ea1cd1cb670b33eff980ad65d62', -- jplitza
|
'c3e3f0486664e4ae692fa8d773038eb7347b8ea1cd1cb670b33eff980ad65d62', -- jplitza
|
||||||
|
|
Loading…
Reference in New Issue