From 80f6b977102c437bfc8e297722c046b9bad6a39b Mon Sep 17 00:00:00 2001 From: Aaron Simmons Date: Fri, 24 Sep 2021 09:29:36 -0700 Subject: [PATCH] osbuilder: fixing centos gpg key url for ppc64le The centos ppc64le gpg key at mirror.centos.org doesn't exist (link rot?). Replacing it with url from CentOS/sig-core-AltArch on github. Fixes: #2676 Signed-off-by: Aaron Simmons --- tools/osbuilder/rootfs-builder/centos/config_ppc64le.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osbuilder/rootfs-builder/centos/config_ppc64le.sh b/tools/osbuilder/rootfs-builder/centos/config_ppc64le.sh index 455911f1a..035cfa8b5 100644 --- a/tools/osbuilder/rootfs-builder/centos/config_ppc64le.sh +++ b/tools/osbuilder/rootfs-builder/centos/config_ppc64le.sh @@ -13,6 +13,6 @@ CENTOS_EXTRAS_URL="http://mirror.centos.org/altarch/${OS_VERSION}/extras/${ARCH} CENTOS_PLUS_URL="http://mirror.centos.org/altarch/${OS_VERSION}/centosplus/${ARCH}/" -GPG_KEY_ARCH_URL="http://mirror.centos.org/altarch/7/os/ppc64le/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64le" +GPG_KEY_ARCH_URL="https://raw.githubusercontent.com/CentOS/sig-core-AltArch/master/centos-release-repo/centos-release-7/ppc/RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64le" GPG_KEY_ARCH_FILE="RPM-GPG-KEY-CentOS-SIG-AltArch-7-ppc64le"