From 42893eeed25aab8b3d347f6b40e201291d93ebb6 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 2 Nov 2015 13:09:16 -0700 Subject: [PATCH] ceph-release-rpm: use download.ceph.com GPG key URL This should be more reliable than the Gitweb interface, and matches what we've done in ceph's docs, ceph-deploy, etc. --- ceph-release-rpm/build/build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ceph-release-rpm/build/build b/ceph-release-rpm/build/build index fc954d6c..865a9f96 100644 --- a/ceph-release-rpm/build/build +++ b/ceph-release-rpm/build/build @@ -110,7 +110,7 @@ baseurl=http://download.ceph.com/rpm-${ceph_release}/${target}/\$basearch enabled=1 gpgcheck=1 type=rpm-md -gpgkey=https://git.ceph.com/?p=ceph.git;a=blob_plain;f=keys/release.asc +gpgkey=https://download.ceph.com/keys/release.asc [Ceph-noarch] name=Ceph noarch packages @@ -118,7 +118,7 @@ baseurl=http://download.ceph.com/rpm-${ceph_release}/${target}/noarch enabled=1 gpgcheck=1 type=rpm-md -gpgkey=https://git.ceph.com/?p=ceph.git;a=blob_plain;f=keys/release.asc +gpgkey=https://download.ceph.com/keys/release.asc [ceph-source] name=Ceph source packages @@ -126,7 +126,7 @@ baseurl=http://download.ceph.com/rpm-${ceph_release}/${target}/SRPMS enabled=1 gpgcheck=1 type=rpm-md -gpgkey=https://git.ceph.com/?p=ceph.git;a=blob_plain;f=keys/release.asc +gpgkey=https://download.ceph.com/keys/release.asc EOF # End of ceph.repo file -- 2.39.5