Allow unsigned rawhide for now
Currently, rawhide is still non-gated for autosigning, so some unsigned packages may get through. For now, let's accept that, until it is gating. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
f44367f125
commit
f0a80fc59b
@ -15,7 +15,7 @@ comps_file = 'comps-rawhide.xml' #{
|
||||
keep_original_comps = ['Everything']
|
||||
|
||||
variants_file='variants-fedora.xml'
|
||||
sigkeys = ['64DAB85D']
|
||||
sigkeys = ['64DAB85D', None] # None: unsigned. This should be removed when autosigning is gating
|
||||
|
||||
# limit tree architectures
|
||||
# if undefined, all architectures from variants.xml will be included
|
||||
|
Loading…
Reference in New Issue
Block a user