Remove now unused probablity fields
This commit is contained in:
parent
28783c4c27
commit
c39a071cc5
1 changed files with 0 additions and 3 deletions
|
@ -66,7 +66,6 @@
|
|||
stable = {
|
||||
name = 'stable',
|
||||
mirrors = {'http://1.updates.services.ffhl/stable/sysupgrade'},
|
||||
probability = 0.08,
|
||||
good_signatures = 2,
|
||||
pubkeys = {
|
||||
'daa19b44bbd7033965e02088127bad9516ba0fea8f34267a777144a23ec8900c', -- Linus
|
||||
|
@ -77,7 +76,6 @@
|
|||
beta = {
|
||||
name = 'beta',
|
||||
mirrors = {'http://1.updates.services.ffhl/beta/sysupgrade'},
|
||||
probability = 0.08,
|
||||
good_signatures = 2,
|
||||
pubkeys = {
|
||||
'daa19b44bbd7033965e02088127bad9516ba0fea8f34267a777144a23ec8900c', -- Linus
|
||||
|
@ -88,7 +86,6 @@
|
|||
experimental = {
|
||||
name = 'experimental',
|
||||
mirrors = {'http://1.updates.services.ffhl/experimental/sysupgrade'},
|
||||
probability = 1.00,
|
||||
good_signatures = 1,
|
||||
pubkeys = {
|
||||
'496136b37e5f561dfdf523611f14e4b6bc2a745cbc1ab7daffa59fded5f202d1', -- philae
|
||||
|
|
Loading…
Reference in a new issue