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 = { + }, }, }, },