autoupdater branches
This commit is contained in:
parent
7e4f7b3e01
commit
716e3f9f31
@ -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 = {
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user