robosignatory: setup f45-perl signing and drop f45-python since it is merged

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-06-30 09:24:09 -07:00
commit 539427b4c8

View file

@ -350,10 +350,10 @@ handlers = ["console"]
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
file_signing_key = "fedora-43-ima"
# F45 Python Side tag (f45-python)
# F45 perl Side tag (f45-perl)
[[consumer_config.koji_instances.primary.tags]]
from = "f45-python"
to = "f45-python"
from = "f45-perl"
to = "f45-perl"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('f577861e', 'd300e724') }}"
file_signing_key = "fedora-45-ima"