From: Ken Dreyer Date: Mon, 2 Nov 2015 20:09:16 +0000 (-0700) Subject: ceph-release-rpm: use download.ceph.com GPG key URL X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=42893eeed25aab8b3d347f6b40e201291d93ebb6;p=ceph-build.git 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. --- diff --git a/ceph-release-rpm/build/build b/ceph-release-rpm/build/build index fc954d6c6..865a9f96e 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