Configure pungi for when we do autosigning
Basically, allow the current fedora-26 key, and do no longer accept unsigned. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
16f8055c54
commit
f44367f125
@ -15,7 +15,7 @@ comps_file = 'comps-rawhide.xml' #{
|
||||
keep_original_comps = ['Everything']
|
||||
|
||||
variants_file='variants-fedora.xml'
|
||||
sigkeys = ['81B46521', '030D5AED', None] # None = unsigned
|
||||
sigkeys = ['64DAB85D']
|
||||
|
||||
# limit tree architectures
|
||||
# if undefined, all architectures from variants.xml will be included
|
||||
|
Loading…
Reference in New Issue
Block a user