robosignatory: autosign f42 mass rebuild tag

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-01-13 15:01:00 -08:00
parent 67d200fa9e
commit 8fa1e3de8c

View file

@ -347,13 +347,13 @@ handlers = ["console"]
keyid = "{{ (env == 'production')|ternary('3228467c', 'd300e724') }}"
file_signing_key = "epel-9-ima"
# F41 Mass Rebuild
# F42 Mass Rebuild
[[consumer_config.koji_instances.primary.tags]]
from = "f41-rebuild"
to = "f41-rebuild"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('e99d6ad1', 'd300e724') }}"
file_signing_key = "fedora-41-ima"
from = "f42-rebuild"
to = "f42-rebuild"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('105ef944', 'd300e724') }}"
file_signing_key = "fedora-42-ima"
# F41 Python Side tag (f41-python)
[[consumer_config.koji_instances.primary.tags]]