From: Ken Dreyer Date: Wed, 25 Nov 2015 22:17:08 +0000 (-0700) Subject: build-ceph-rpm.sh: update URL to GPG pubkeys X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3685d95451a1959a93d6d7ebf3ca64e7ecfd9257;p=autobuild-ceph.git build-ceph-rpm.sh: update URL to GPG pubkeys Update the .repo files within gitbuilders' ceph-release packages to point at the static location for the GPG public keys. --- diff --git a/build-ceph-rpm.sh b/build-ceph-rpm.sh index ec81875..b1b3818 100755 --- a/build-ceph-rpm.sh +++ b/build-ceph-rpm.sh @@ -199,7 +199,7 @@ baseurl=http://gitbuilder.ceph.com/${TARGET}/ref/${BRANCH}/\$basearch enabled=1 gpgcheck=1 type=rpm-md -gpgkey=http://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc +gpgkey=https://download.ceph.com/keys/autobuild.asc [Ceph-noarch] name=Ceph noarch packages @@ -207,7 +207,7 @@ baseurl=http://gitbuilder.ceph.com/${TARGET}/ref/${BRANCH}/noarch enabled=1 gpgcheck=1 type=rpm-md -gpgkey=http://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc +gpgkey=https://download.ceph.com/keys/autobuild.asc [ceph-source] name=Ceph source packages @@ -215,7 +215,7 @@ baseurl=http://gitbuilder.ceph.com/${TARGET}/ref/${BRANCH}/SRPMS enabled=1 gpgcheck=1 type=rpm-md -gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc +gpgkey=https://download.ceph.com/keys/autobuild.asc EOF # End of ceph.repo file