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
|
@ -56,6 +56,8 @@
|
|||
autoupdater => {
|
||||
enabled => 1,
|
||||
branch => 'stable',
|
||||
branches => {
|
||||
stable => {
|
||||
url => 'http://[fdef:ffc0:3dd7::ffff:0]/stable/',
|
||||
probability => 0.08,
|
||||
good_signatures => 2,
|
||||
|
@ -64,6 +66,8 @@
|
|||
'a8dd60765b07330a4bbfdf8406102befca132881a4b65f3efda32cf2d5b362d9', # Nils
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
configmode => {
|
||||
msg_pubkey => <<'END',
|
||||
|
|
Loading…
Reference in a new issue