Add EPEL9 to robosignatory config

Signed-off-by: Patrik Polakovič <ppolakov@redhat.com>
This commit is contained in:
Patrik Polakovič 2024-03-12 18:25:30 +01:00 committed by kevin
parent b7294036cc
commit 0d507b06ca
1 changed files with 7 additions and 0 deletions

View File

@ -397,6 +397,13 @@ handlers = ["console"]
keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}"
file_signing_key = "fedora-38-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "epel9-openh264"
to = "epel9-openh264"
key = "{{ (env == 'production')|ternary('epel-9', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('3228467c', 'd300e724') }}"
file_signing_key = "epel-9-ima"
# f38 resigning
[[consumer_config.koji_instances.primary.tags]]
from = "f38"