Update the .repo files within gitbuilders' ceph-release packages to
point at the static location for the GPG public keys.
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
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
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