add experimental branch and make it default

This commit is contained in:
Nils Schneider 2014-02-11 14:47:06 +01:00
parent 253bfcd929
commit 7f369ff4e7

View file

@ -63,7 +63,7 @@
autoupdater => { autoupdater => {
enabled => 1, enabled => 1,
branch => 'stable', branch => 'experimental',
branches => { branches => {
stable => { stable => {
name => 'stable', name => 'stable',
@ -76,6 +76,15 @@
'323bd3285c4e5547a89cd6da1f2aef67f1654b0928bbd5b104efc9dab2156d0b', # NeoRaider '323bd3285c4e5547a89cd6da1f2aef67f1654b0928bbd5b104efc9dab2156d0b', # NeoRaider
], ],
}, },
experimental => {
name => 'experimental',
mirrors => ['http://1.updates.services.ffhl/experimental/sysupgrade'],
probability => 1.00,
good_signatures => 1,
pubkeys => [
'496136b37e5f561dfdf523611f14e4b6bc2a745cbc1ab7daffa59fded5f202d1', # philae
],
},
}, },
}, },