robosignatory: also allow resigning f42 tagged packages

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-08-13 08:04:33 -07:00
parent 5096677f85
commit 0e4e647574

View file

@ -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]]