Hi,
Can I get acks for the following patch to move the stable IoT composes
to the Fedora 33 key?
(Note: there's a single "empty" line change as well, that was a line
with purely whitespace, which my IDE automatically cleans up.)
Thanks,
Patrick
commit 3ee8dd3f9e883414c7846d115d2926f73ec9ea99 (HEAD -> master)
Author: Patrick Uiterwijk <patrick(a)puiterwijk.org>
Date: Wed Oct 28 11:26:44 2020 +0100
Bump the IoT stable keys to fedora-33
Signed-off-by: Patrick Uiterwijk <patrick(a)puiterwijk.org>
diff --git a/roles/robosignatory/templates/robosignatory.toml.j2
b/roles/robosignatory/templates/robosignatory.toml.j2
index 6a933bda9..70fde0d55 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/"