robosignatory: fix the boneheaded mistake that took me hours to find

When I pushed this config, I forgot to change fedora-39 to fedora-38.
This amusingly caused signing to fail in a completely non obvious way.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-02-09 15:42:35 -08:00
parent a1463e1b3e
commit 17a83f33e2

View file

@ -238,7 +238,7 @@ handlers = ["console"]
[[consumer_config.koji_instances.primary.tags]]
from = "f38-signing-pending"
to = "f38-updates-testing-pending"
key = "{{ (env == 'production')|ternary('fedora-39', 'testkey') }}"
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}"
{% if env == "production" %}
# ima file signing - enabled in f37