site.conf: add branch name
As of 0ea24a57a3560f86c17d47f6da731abd81937a09 gluon-autoupdater distinguishes between branch and section name. This adds the branch name to the site configuration.
This commit is contained in:
parent
045c98d089
commit
a95779fbc2
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
||||||
branch => 'stable',
|
branch => 'stable',
|
||||||
branches => {
|
branches => {
|
||||||
stable => {
|
stable => {
|
||||||
|
name => "stable",
|
||||||
mirrors => ['http://[fdef:ffc0:3dd7::ffff:0]/stable/'],
|
mirrors => ['http://[fdef:ffc0:3dd7::ffff:0]/stable/'],
|
||||||
probability => 0.08,
|
probability => 0.08,
|
||||||
good_signatures => 2,
|
good_signatures => 2,
|
||||||
|
|
Loading…
Reference in a new issue