]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-release-rpm: use download.ceph.com GPG key URL 193/head
authorKen Dreyer <kdreyer@redhat.com>
Mon, 2 Nov 2015 20:09:16 +0000 (13:09 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Mon, 2 Nov 2015 20:09:29 +0000 (13:09 -0700)
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

index fc954d6c6298460d675aaf3a3da8f4426b1b3d21..865a9f96eb456dd9de7f1c720d5790620a20c56f 100644 (file)
@@ -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