Skip to content
Snippets Groups Projects
Commit 7a3b7bee authored by Bjoern Franke's avatar Bjoern Franke
Browse files

fix typos

parent ad986163
No related branches found
No related tags found
No related merge requests found
......@@ -56,40 +56,36 @@
branches => {
nightly => {
name => 'nightly',
mirrors => ['http://[fd2f:5119:0f2c::1]/firmware/nightly', 'http://[fd2f:5119:0f2c::2]/firmware/nightly'],
mirrors => ['http://[fd2f:5119:0f2c::1]/firmware/nightly',
probability => 1,
good_signatures => 1,
pubkeys => [
'99c420e95dd0923ee6277af5c306f9ae6b97f8793b08edd41448925df5fe35b9', #floh1111
'22c79b193a36269fd7fd51531e762b776e982926c90822df80b56f2be11648d4' #bjo
'99c420e95dd0923ee6277af5c306f9ae6b97f8793b08edd41448925df5fe35b9', #floh1111
'22c79b193a36269fd7fd51531e762b776e982926c90822df80b56f2be11648d4' #bjo
],
},
testing => {
name => 'testing',
mirrors =>
['http://[fd74:fdaa:9dc4::1]/firmware/testing' ],
['http://[fd74:fdaa:9dc4::1]/firmware/testing' ],
probability => 0.5,
good_signatures => 1,
pubkeys => [
'22c79b193a36269fd7fd51531e762b776e982926c90822df80b56f2be11648d4', # bjo
'
'99c420e95dd0923ee6277af5c306f9ae6b97f8793b08edd41448925df5fe35b9', #floh1111
'99c420e95dd0923ee6277af5c306f9ae6b97f8793b08edd41448925df5fe35b9', #floh1111
],
},
stable => {
name => 'stable',
mirrors =>
['fd74:fdaa:9dc4::1]/firmware/stable' ],
['fd74:fdaa:9dc4::1]/firmware/stable' ],
probability => 0.08, # mean time until update: ~12.5 hours (1/0.08)
good_signatures => 2,
pubkeys => [
'22c79b193a36269fd7fd51531e762b776e982926c90822df80b56f2be11648d4', #
bjo
'99c420e95dd0923ee6277af5c306f9ae6b97f8793b08edd41448925df5fe35b9', #
floh1111
'22c79b193a36269fd7fd51531e762b776e982926c90822df80b56f2be11648d4', #bjo
'99c420e95dd0923ee6277af5c306f9ae6b97f8793b08edd41448925df5fe35b9', #floh1111
],
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment