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:
parent
a1463e1b3e
commit
17a83f33e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue