robosignatory: also allow resigning f43 tagged packages

Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
This commit is contained in:
Samyak Jain 2025-02-05 12:59:03 +05:30 committed by jnsamyak
parent ccb83f5e63
commit 7880b13991

View file

@ -193,6 +193,13 @@ handlers = ["console"]
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
file_signing_key = "fedora-43-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f43"
to = "f43"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
file_signing_key = "fedora-43-ima"
# Branched
[[consumer_config.koji_instances.primary.tags]]