robosignatory: disable f38 resigning section

If this is there, robosignatory will see two 'from: f38's and error out.
We no longer need to resign f38, so drop this at least for now.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-01-31 13:54:19 -08:00
parent d4eeaa51b2
commit d456669e4b

View file

@ -439,12 +439,12 @@ handlers = ["console"]
keyid = "{{ (env == 'production')|ternary('38ab71f4', 'd300e724') }}"
# f38 resigning
[[consumer_config.koji_instances.primary.tags]]
from = "f38"
to = "f38"
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}"
file_signing_key = "fedora-38-ima"
#[[consumer_config.koji_instances.primary.tags]]
#from = "f38"
#to = "f38"
#key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
#keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}"
#file_signing_key = "fedora-38-ima"
# f36-gnome
[[consumer_config.koji_instances.primary.tags]]