From da8558d2618d912a634f451e0d385ac6c288a3e8 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Tue, 1 Oct 2013 10:47:13 +0200 Subject: [PATCH] site.conf: new autoupdater config with multiple branches --- site.conf | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/site.conf b/site.conf index 83eaa0e..901c93d 100644 --- a/site.conf +++ b/site.conf @@ -56,13 +56,17 @@ autoupdater => { enabled => 1, branch => 'stable', - url => 'http://[fdef:ffc0:3dd7::ffff:0]/stable/', - probability => 0.08, - good_signatures => 2, - pubkeys => [ - 'daa19b44bbd7033965e02088127bad9516ba0fea8f34267a777144a23ec8900c', # Linus - 'a8dd60765b07330a4bbfdf8406102befca132881a4b65f3efda32cf2d5b362d9', # Nils - ], + branches => { + stable => { + url => 'http://[fdef:ffc0:3dd7::ffff:0]/stable/', + probability => 0.08, + good_signatures => 2, + pubkeys => [ + 'daa19b44bbd7033965e02088127bad9516ba0fea8f34267a777144a23ec8900c', # Linus + 'a8dd60765b07330a4bbfdf8406102befca132881a4b65f3efda32cf2d5b362d9', # Nils + ], + }, + }, }, configmode => {