robosignatory: also allow resigning f42 tagged packages
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
5096677f85
commit
0e4e647574
1 changed files with 7 additions and 0 deletions
|
@ -193,6 +193,13 @@ handlers = ["console"]
|
|||
keyid = "{{ (env == 'production')|ternary('105ef944', 'd300e724') }}"
|
||||
file_signing_key = "fedora-42-ima"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f42"
|
||||
to = "f42"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('105ef944', 'd300e724') }}"
|
||||
file_signing_key = "fedora-42-ima"
|
||||
|
||||
# Branched
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue