From 92c3713d05ded9ca1307542642f70d721618a2d6 Mon Sep 17 00:00:00 2001 From: Jon Disnard Date: Wed, 10 Aug 2016 02:14:54 +0000 Subject: [PATCH] Use the correct F25 (fdb19c98) GPG in f25 mash configs. They were using using 81B46521 which was the f24 GPG key. Signed-off-by: Jon Disnard --- roles/bodhi2/backend/files/f25-updates-testing.mash | 2 +- roles/bodhi2/backend/files/f25-updates.mash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/files/f25-updates-testing.mash b/roles/bodhi2/backend/files/f25-updates-testing.mash index 9652c43b28..d7d58a66a5 100644 --- a/roles/bodhi2/backend/files/f25-updates-testing.mash +++ b/roles/bodhi2/backend/files/f25-updates-testing.mash @@ -9,7 +9,7 @@ multilib_method = devel tag = f25-updates-testing inherit = False strict_keys = True -keys = 81B46521 +keys = fdb19c98 repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/testing/25/%(arch)s/ repoviewtitle = "Fedora 25 Updates Testing - %(arch)s" arches = armhfp i386 x86_64 diff --git a/roles/bodhi2/backend/files/f25-updates.mash b/roles/bodhi2/backend/files/f25-updates.mash index 01ab344fcf..d8e7c6721e 100644 --- a/roles/bodhi2/backend/files/f25-updates.mash +++ b/roles/bodhi2/backend/files/f25-updates.mash @@ -7,7 +7,7 @@ multilib_method = devel tag = f25-updates inherit = False strict_keys = True -keys = 81B46521 +keys = fdb19c98 repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/25/%(arch)s/ repoviewtitle = "Fedora 25 Updates - %(arch)s" arches = armhfp i386 x86_64