On Mon, Oct 28, 2019 at 1:42 PM Patrick Uiterwijk <puiterwijk@xxxxxxxxxx> wrote: > > Hi, > > Can I get +1s for the following patch? Appart from devel in the subject the patch is correct so +1 from me. P > Regards, > Patrick > > > From e0a17965cfa9b6e25171821a3fa4964d8d99963a Mon Sep 17 00:00:00 2001 > > From: Patrick Uiterwijk <patrick@xxxxxxxxxxxxxx> > > Date: Mon, 28 Oct 2019 14:16:41 +0100 > > Subject: [PATCH] Update IoT devel/ keys to f31 > > > Signed-off-by: Patrick Uiterwijk <patrick@xxxxxxxxxxxxxx> > > --- > > roles/robosignatory/templates/robosignatory.toml.j2 | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > diff --git a/roles/robosignatory/templates/robosignatory.toml.j2 > b/roles/robosignatory/templates/robosignatory.toml.j2 > > index bff118e3f..85bb0bfe7 100644 > > --- a/roles/robosignatory/templates/robosignatory.toml.j2 > > +++ b/roles/robosignatory/templates/robosignatory.toml.j2 > > @@ -329,13 +329,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-iot-2019', > 'testkey') }}" > > + key = "{{ (env == 'production')|ternary('fedora-31', 'testkey') }}" > > [consumer_config.ostree_refs."fedora/stable/aarch64/iot"] > > directory = "/mnt/fedora_koji/koji/compose/iot/repo/" > > - key = "{{ (env == 'production')|ternary('fedora-iot-2019', > 'testkey') }}" > > + key = "{{ (env == 'production')|ternary('fedora-31', 'testkey') }}" > > [consumer_config.ostree_refs."fedora/stable/armhfp/iot"] > > directory = "/mnt/fedora_koji/koji/compose/iot/repo/" > > - key = "{{ (env == 'production')|ternary('fedora-iot-2019', > 'testkey') }}" > > + key = "{{ (env == 'production')|ternary('fedora-31', 'testkey') }}" > > > > [consumer_config.ostree_refs."fedora/31/x86_64/iot"] > > directory = "/mnt/fedora_koji/koji/compose/iot/repo/" > > -- > > 2.21.0 (Apple Git-122) > _______________________________________________ > infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx