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 <jdisnard@gmail.com>
This commit is contained in:
parent
f9a821f297
commit
92c3713d05
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ multilib_method = devel
|
||||||
tag = f25-updates-testing
|
tag = f25-updates-testing
|
||||||
inherit = False
|
inherit = False
|
||||||
strict_keys = True
|
strict_keys = True
|
||||||
keys = 81B46521
|
keys = fdb19c98
|
||||||
repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/testing/25/%(arch)s/
|
repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/testing/25/%(arch)s/
|
||||||
repoviewtitle = "Fedora 25 Updates Testing - %(arch)s"
|
repoviewtitle = "Fedora 25 Updates Testing - %(arch)s"
|
||||||
arches = armhfp i386 x86_64
|
arches = armhfp i386 x86_64
|
||||||
|
|
|
@ -7,7 +7,7 @@ multilib_method = devel
|
||||||
tag = f25-updates
|
tag = f25-updates
|
||||||
inherit = False
|
inherit = False
|
||||||
strict_keys = True
|
strict_keys = True
|
||||||
keys = 81B46521
|
keys = fdb19c98
|
||||||
repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/25/%(arch)s/
|
repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/25/%(arch)s/
|
||||||
repoviewtitle = "Fedora 25 Updates - %(arch)s"
|
repoviewtitle = "Fedora 25 Updates - %(arch)s"
|
||||||
arches = armhfp i386 x86_64
|
arches = armhfp i386 x86_64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue