introduce beta and stable branches for autoupdater
This commit is contained in:
parent
26c22962e0
commit
45c092fe1c
1 changed files with 21 additions and 1 deletions
22
site.conf
22
site.conf
|
@ -129,13 +129,33 @@
|
||||||
enabled => 1,
|
enabled => 1,
|
||||||
branch => 'experimental',
|
branch => 'experimental',
|
||||||
branches => {
|
branches => {
|
||||||
|
stable => {
|
||||||
|
name => 'stable',
|
||||||
|
mirrors => ['http://1.updates.services.ffhh/stable/sysupgrade'],
|
||||||
|
probability => 0.08,
|
||||||
|
good_signatures => 2,
|
||||||
|
pubkeys => [
|
||||||
|
'', # baldo
|
||||||
|
'', # leo
|
||||||
|
],
|
||||||
|
},
|
||||||
|
beta => {
|
||||||
|
name => 'beta',
|
||||||
|
mirrors => ['http://1.updates.services.ffhh/beta/sysupgrade'],
|
||||||
|
probability => 0.08,
|
||||||
|
good_signatures => 2,
|
||||||
|
pubkeys => [
|
||||||
|
'', # baldo
|
||||||
|
'', # leo
|
||||||
|
],
|
||||||
|
},
|
||||||
experimental => {
|
experimental => {
|
||||||
name => 'experimental',
|
name => 'experimental',
|
||||||
mirrors => ['http://1.updates.services.ffhh/experimental/sysupgrade'],
|
mirrors => ['http://1.updates.services.ffhh/experimental/sysupgrade'],
|
||||||
probability => 1.00,
|
probability => 1.00,
|
||||||
good_signatures => 1,
|
good_signatures => 1,
|
||||||
pubkeys => [
|
pubkeys => [
|
||||||
'1a0112fe489860068480c611c5dc56196c2f1a645db651ea2ed19ae0f0e8e1d1',
|
'1a0112fe489860068480c611c5dc56196c2f1a645db651ea2ed19ae0f0e8e1d1', # 1.builder
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue