From 35fb511e180fe8b4699ff44ada819e151cf3a9b8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Apr 18 2023 18:58:31 +0000 Subject: 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 --- diff --git a/roles/robosignatory/templates/robosignatory.toml.j2 b/roles/robosignatory/templates/robosignatory.toml.j2 index cb82f0a..7501154 100644 --- a/roles/robosignatory/templates/robosignatory.toml.j2 +++ b/roles/robosignatory/templates/robosignatory.toml.j2 @@ -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') }}"