From ca7ed83d1a4f1587fcb43ed848d8c1a592fbf677 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Wed, 15 Jan 2014 21:15:52 +0100 Subject: [PATCH] further increase update probability for nightly, require autobuilder signature --- site.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site.conf b/site.conf index 67e8075..e20150b 100644 --- a/site.conf +++ b/site.conf @@ -49,9 +49,10 @@ branches => { nightly => { url => 'http://[fd2f:5119:0f2c::1]/firmware/nightly/', - probability => 0.5, - good_signatures => 0, + probability => 1, + good_signatures => 1, pubkeys => [ + '4bc6c2c3f36f984a9c370558a453d8a91933323679dd6dbbf6568834133a6030', # autobuilder ], }, testing => {