From 17a83f33e220aa705c65260422fe6365b73b57db Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 9 Feb 2023 15:42:35 -0800 Subject: [PATCH] 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 --- roles/robosignatory/templates/robosignatory.toml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/robosignatory/templates/robosignatory.toml.j2 b/roles/robosignatory/templates/robosignatory.toml.j2 index 72399c844f..a4a0e10fd8 100644 --- a/roles/robosignatory/templates/robosignatory.toml.j2 +++ b/roles/robosignatory/templates/robosignatory.toml.j2 @@ -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