From 716e3f9f31c3ab00c9b9106a405a382e53bb17bf Mon Sep 17 00:00:00 2001 From: lemoer Date: Sun, 16 Jun 2019 18:44:02 +0200 Subject: [PATCH] autoupdater branches --- contrib/ci/minimal-site/site.conf | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/contrib/ci/minimal-site/site.conf b/contrib/ci/minimal-site/site.conf index 0a8eb3cb..0156761c 100644 --- a/contrib/ci/minimal-site/site.conf +++ b/contrib/ci/minimal-site/site.conf @@ -143,21 +143,18 @@ stable = { name = 'stable', --- -- List of mirrors to fetch images from. IPv6 required! --- mirrors = {'http://1.updates.services.ffhl/stable/sysupgrade'}, --- --- -- Number of good signatures required. --- -- Have multiple maintainers sign your build and only --- -- accept it when a sufficient number of them have --- -- signed it. --- good_signatures = 2, --- --- -- List of public keys of maintainers. --- pubkeys = { --- 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', -- Alice --- 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', -- Bob --- 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', -- Mary --- }, + -- List of mirrors to fetch images from. IPv6 required! + mirrors = {'http://1.updates.services.ffhl/stable/sysupgrade'}, + + -- Number of good signatures required. + -- Have multiple maintainers sign your build and only + -- accept it when a sufficient number of them have + -- signed it. + good_signatures = 2, + + -- List of public keys of maintainers. + pubkeys = { + }, }, }, },