Remove update probability
It is now calculated and rises from 0 to 100 linearly until $priority days have passed.
This commit is contained in:
parent
bdb4d12114
commit
c7ae9c0dea
|
@ -59,7 +59,6 @@
|
|||
nightly = {
|
||||
name = 'nightly',
|
||||
mirrors = {'http://[fd2f:5119:0f2c::1]/firmware/nightly/sysupgrade', 'http://[fd2f:5119:0f2c::2]/firmware/nightly/sysupgrade'},
|
||||
probability = 1,
|
||||
good_signatures = 1,
|
||||
pubkeys = {
|
||||
'4bc6c2c3f36f984a9c370558a453d8a91933323679dd6dbbf6568834133a6030', -- autobuilder
|
||||
|
@ -68,7 +67,6 @@
|
|||
testing = {
|
||||
name = 'testing',
|
||||
mirrors = {'http://[fd2f:5119:0f2c::1]/firmware/testing/sysupgrade', 'http://[fd2f:5119:0f2c::2]/firmware/testing/sysupgrade'},
|
||||
probability = 0.5,
|
||||
good_signatures = 1,
|
||||
pubkeys = {
|
||||
'c3e3f0486664e4ae692fa8d773038eb7347b8ea1cd1cb670b33eff980ad65d62', -- jplitza
|
||||
|
@ -78,7 +76,6 @@
|
|||
stable = {
|
||||
name = 'stable',
|
||||
mirrors = {'http://[fd2f:5119:0f2c::1]/firmware/stable/sysupgrade', 'http://[fd2f:5119:0f2c::2]/firmware/stable/sysupgrade'},
|
||||
probability = 0.08, -- mean time until update: ~12.5 hours (1/0.08)
|
||||
good_signatures = 2,
|
||||
pubkeys = {
|
||||
'c3e3f0486664e4ae692fa8d773038eb7347b8ea1cd1cb670b33eff980ad65d62', -- jplitza
|
||||
|
|
Loading…
Reference in New Issue