autoupdater branches

This commit is contained in:
lemoer 2019-06-16 18:44:02 +02:00 committed by Martin Weinelt
parent 7e4f7b3e01
commit 716e3f9f31

View File

@ -143,21 +143,18 @@
stable = { stable = {
name = 'stable', name = 'stable',
-- -- List of mirrors to fetch images from. IPv6 required! -- List of mirrors to fetch images from. IPv6 required!
-- mirrors = {'http://1.updates.services.ffhl/stable/sysupgrade'}, mirrors = {'http://1.updates.services.ffhl/stable/sysupgrade'},
--
-- -- Number of good signatures required. -- Number of good signatures required.
-- -- Have multiple maintainers sign your build and only -- Have multiple maintainers sign your build and only
-- -- accept it when a sufficient number of them have -- accept it when a sufficient number of them have
-- -- signed it. -- signed it.
-- good_signatures = 2, good_signatures = 2,
--
-- -- List of public keys of maintainers. -- List of public keys of maintainers.
-- pubkeys = { pubkeys = {
-- 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', -- Alice },
-- 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', -- Bob
-- 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', -- Mary
-- },
}, },
}, },
}, },