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

fix autoupdater-urls - we are OL, not HB

parent fa73215e
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@
branches => {
nightly => {
name => 'nightly',
mirrors => ['http://[fd2f:5119:f2c::1]/firmware/nightly' ],
mirrors => ['http://[fd74:fdaa:9dc4::1]/firmware/nightly' ],
probability => 1,
good_signatures => 1,
pubkeys => [
......@@ -65,7 +65,7 @@
},
testing => {
name => 'testing',
mirrors => ['http://[fd2f:5119:f2c::1]/firmware/testing' ],
mirrors => ['http://[fd74:fdaa:9dc4::1]/firmware/testing' ],
probability => 0.5,
good_signatures => 1,
pubkeys => [
......@@ -75,7 +75,7 @@
},
stable => {
name => 'stable',
mirrors => ['http://[fd2f:5119:f2c::1]/firmware/stable' ],
mirrors => ['http://[fd74:fdaa:9dc4::1]/firmware/stable' ],
probability => 0.08, # mean time until update: ~12.5 hours (1/0.08)
good_signatures => 2,
pubkeys => [
......
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