|
|
|
@ -49,8 +49,52 @@ |
|
|
|
-- List of public keys of maintainers. |
|
|
|
pubkeys = { |
|
|
|
'b35dfb30ab9f54064209d9cb6042d6509cdfdd19352798ef6c3fd61787d4008f', -- JohnnyBee |
|
|
|
'7b6989901962d8a4c4db392facb80271ae545120929d7d23daf2c66c736e5159', -- FatherJenkins |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
testbranch = { |
|
|
|
name = 'testbranch', |
|
|
|
|
|
|
|
-- List of mirrors to fetch images from. IPv6 required! |
|
|
|
mirrors = { |
|
|
|
'http://[fdd3:5d20:b5dd:fe00::51]/testbranch/wireguard/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 = 1, |
|
|
|
|
|
|
|
-- List of public keys of maintainers. |
|
|
|
pubkeys = { |
|
|
|
'b35dfb30ab9f54064209d9cb6042d6509cdfdd19352798ef6c3fd61787d4008f', -- JohnnyBee |
|
|
|
'7b6989901962d8a4c4db392facb80271ae545120929d7d23daf2c66c736e5159', -- FatherJenkins |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
devbranch = { |
|
|
|
name = 'devbranch', |
|
|
|
|
|
|
|
-- List of mirrors to fetch images from. IPv6 required! |
|
|
|
mirrors = { |
|
|
|
'http://[fdd3:5d20:b5dd:fe00::51]/devbranch/wireguard/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 = 1, |
|
|
|
|
|
|
|
-- List of public keys of maintainers. |
|
|
|
pubkeys = { |
|
|
|
'b35dfb30ab9f54064209d9cb6042d6509cdfdd19352798ef6c3fd61787d4008f', -- JohnnyBee |
|
|
|
'7b6989901962d8a4c4db392facb80271ae545120929d7d23daf2c66c736e5159', -- FatherJenkins |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|