mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 04:03:52 +08:00
robosignatory: add epel7/8 sidetag signing.
Turns out we were not signing these before, even though we have been offering the sidetags for a while. Finally someone used them and broke updates pushes. ;) Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -349,6 +349,18 @@ handlers = ["console"]
|
||||
key = "{{ (env == 'production')|ternary('epel-7', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('352c64e5', 'd300e724') }}"
|
||||
|
||||
[consumer_config.koji_instances.primary.tags.sidetags]
|
||||
pattern = 'epel8-build-side-<seq_id>'
|
||||
from = '<sidetag>-signing-pending'
|
||||
to = '<sidetag>-testing-pending'
|
||||
trusted_taggers = ['bodhi']
|
||||
|
||||
[consumer_config.koji_instances.primary.tags.sidetags]
|
||||
pattern = 'epel7-build-side-<seq_id>'
|
||||
from = '<sidetag>-signing-pending'
|
||||
to = '<sidetag>-testing-pending'
|
||||
trusted_taggers = ['bodhi']
|
||||
|
||||
# ELN signing
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
|
||||
Reference in New Issue
Block a user