robosignatory: Use epel-9 key for appropriate tags
This commit is contained in:
parent
b26a268e76
commit
25d88522f2
1 changed files with 12 additions and 0 deletions
|
@ -313,6 +313,18 @@ handlers = ["console"]
|
|||
|
||||
# Gated bodhi updates
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "epel9-signing-pending"
|
||||
to = "epel9-testing-pending"
|
||||
key = "{{ (env == 'production')|ternary('epel-9', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('3228467c', 'd300e724') }}"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "epel9-next-signing-pending"
|
||||
to = "epel9-next-testing-pending"
|
||||
key = "{{ (env == 'production')|ternary('epel-9', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('3228467c', 'd300e724') }}"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "epel8-signing-pending"
|
||||
to = "epel8-testing-pending"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue