From 57d0ae3734e52c6fbfe70bffee495768fa3c739f Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 28 Oct 2020 11:26:44 +0100 Subject: [PATCH] Bump the IoT stable keys to fedora-33 Signed-off-by: Patrick Uiterwijk --- roles/robosignatory/templates/robosignatory.toml.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/robosignatory/templates/robosignatory.toml.j2 b/roles/robosignatory/templates/robosignatory.toml.j2 index 6a933bda90..70fde0d55e 100644 --- a/roles/robosignatory/templates/robosignatory.toml.j2 +++ b/roles/robosignatory/templates/robosignatory.toml.j2 @@ -380,7 +380,7 @@ handlers = ["console"] key = "{{ (env == 'production')|ternary('fedora-34', 'testkey') }}" keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}" type = "modular" - + # ELN Mass Rebuild [[consumer_config.koji_instances.primary.tags]] @@ -445,13 +445,13 @@ handlers = ["console"] [consumer_config.ostree_refs."fedora/stable/x86_64/iot"] directory = "/mnt/fedora_koji/koji/compose/iot/repo/" - key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}" + key = "{{ (env == 'production')|ternary('fedora-33', 'testkey') }}" [consumer_config.ostree_refs."fedora/stable/aarch64/iot"] directory = "/mnt/fedora_koji/koji/compose/iot/repo/" - key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}" + key = "{{ (env == 'production')|ternary('fedora-33', 'testkey') }}" [consumer_config.ostree_refs."fedora/stable/armhfp/iot"] directory = "/mnt/fedora_koji/koji/compose/iot/repo/" - key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}" + key = "{{ (env == 'production')|ternary('fedora-33', 'testkey') }}" [consumer_config.ostree_refs."fedora/29/x86_64/atomic-host"] directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"