robosignatory: adjust iot so it can release.

We update the stable signing refs here for iot release
Fixes releng 11389

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-04-18 11:58:31 -07:00
parent f504dccca5
commit 35fb511e18

View file

@ -545,10 +545,10 @@ handlers = ["console"]
[consumer_config.ostree_refs."fedora/stable/x86_64/iot"]
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
key = "{{ (env == 'production')|ternary('fedora-37', 'testkey') }}"
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
[consumer_config.ostree_refs."fedora/stable/aarch64/iot"]
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
key = "{{ (env == 'production')|ternary('fedora-37', 'testkey') }}"
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
[consumer_config.ostree_refs."fedora/stable/armhfp/iot"]
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
key = "{{ (env == 'production')|ternary('fedora-36', 'testkey') }}"