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