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:
parent
79e99af9ce
commit
78a1f1bbbb
1 changed files with 12 additions and 0 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue