robosignatory: Use epel-8 key for epel8-next
This commit is contained in:
parent
46476881a5
commit
4e16733d13
1 changed files with 6 additions and 0 deletions
|
@ -322,6 +322,12 @@ handlers = ["console"]
|
|||
key = "{{ (env == 'production')|ternary('epel-8', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('2f86d6a1', 'd300e724') }}"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "epel8-next-signing-pending"
|
||||
to = "epel8-next-testing-pending"
|
||||
key = "{{ (env == 'production')|ternary('epel-8', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('2f86d6a1', 'd300e724') }}"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "epel7-signing-pending"
|
||||
to = "epel7-testing-pending"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue