site.conf: new autoupdater config with multiple branches
This commit is contained in:
parent
cfbed8546e
commit
da8558d261
1 changed files with 11 additions and 7 deletions
18
site.conf
18
site.conf
|
@ -56,13 +56,17 @@
|
|||
autoupdater => {
|
||||
enabled => 1,
|
||||
branch => 'stable',
|
||||
url => 'http://[fdef:ffc0:3dd7::ffff:0]/stable/',
|
||||
probability => 0.08,
|
||||
good_signatures => 2,
|
||||
pubkeys => [
|
||||
'daa19b44bbd7033965e02088127bad9516ba0fea8f34267a777144a23ec8900c', # Linus
|
||||
'a8dd60765b07330a4bbfdf8406102befca132881a4b65f3efda32cf2d5b362d9', # Nils
|
||||
],
|
||||
branches => {
|
||||
stable => {
|
||||
url => 'http://[fdef:ffc0:3dd7::ffff:0]/stable/',
|
||||
probability => 0.08,
|
||||
good_signatures => 2,
|
||||
pubkeys => [
|
||||
'daa19b44bbd7033965e02088127bad9516ba0fea8f34267a777144a23ec8900c', # Linus
|
||||
'a8dd60765b07330a4bbfdf8406102befca132881a4b65f3efda32cf2d5b362d9', # Nils
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
configmode => {
|
||||
|
|
Loading…
Reference in a new issue