From c6cff3fbfc789f541bbcf5372f16f64631ae9350 Mon Sep 17 00:00:00 2001 From: ohrensessel Date: Fri, 7 Mar 2014 20:58:47 +0100 Subject: [PATCH] Added experimental autoupdater --- site.conf | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/site.conf b/site.conf index ee31ebb..03b7574 100644 --- a/site.conf +++ b/site.conf @@ -126,15 +126,16 @@ }, autoupdater => { - enabled => 0, - branch => 'stable', + enabled => 1, + branch => 'experimental', branches => { - stable => { - name => 'stable', - mirrors => [], - probability => 0.08, - good_signatures => 2, + experimental => { + name => 'experimental', + mirrors => ['http://1.updates.services.ffhh/experimental/sysupgrade'], + probability => 1.00, + good_signatures => 1, pubkeys => [ + '1a0112fe489860068480c611c5dc56196c2f1a645db651ea2ed19ae0f0e8e1d1', ], }, },