add experimental branch and make it default
This commit is contained in:
parent
253bfcd929
commit
7f369ff4e7
1 changed files with 10 additions and 1 deletions
11
site.conf
11
site.conf
|
@ -63,7 +63,7 @@
|
|||
|
||||
autoupdater => {
|
||||
enabled => 1,
|
||||
branch => 'stable',
|
||||
branch => 'experimental',
|
||||
branches => {
|
||||
stable => {
|
||||
name => 'stable',
|
||||
|
@ -76,6 +76,15 @@
|
|||
'323bd3285c4e5547a89cd6da1f2aef67f1654b0928bbd5b104efc9dab2156d0b', # NeoRaider
|
||||
],
|
||||
},
|
||||
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