Added experimental autoupdater
This commit is contained in:
parent
5c19e45e7e
commit
c6cff3fbfc
1 changed files with 8 additions and 7 deletions
15
site.conf
15
site.conf
|
@ -126,15 +126,16 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
autoupdater => {
|
autoupdater => {
|
||||||
enabled => 0,
|
enabled => 1,
|
||||||
branch => 'stable',
|
branch => 'experimental',
|
||||||
branches => {
|
branches => {
|
||||||
stable => {
|
experimental => {
|
||||||
name => 'stable',
|
name => 'experimental',
|
||||||
mirrors => [],
|
mirrors => ['http://1.updates.services.ffhh/experimental/sysupgrade'],
|
||||||
probability => 0.08,
|
probability => 1.00,
|
||||||
good_signatures => 2,
|
good_signatures => 1,
|
||||||
pubkeys => [
|
pubkeys => [
|
||||||
|
'1a0112fe489860068480c611c5dc56196c2f1a645db651ea2ed19ae0f0e8e1d1',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue