Fetch ceph gpg key from more reliable mirror

The ceph master repository is slow and the centos build often fails due
to timeouts fetching the ceph repo GPG key.

Switching to a more reliable mirror should improve things.

Change-Id: I7eef31fa9d83413a7c12134d285b3d20d95805e8
Closes-Bug: 1525505
This commit is contained in:
Martin André 2015-12-12 21:02:43 +09:00
parent 265de22e63
commit ae8b402b4d
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ enabled=1
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
gpgkey=https://raw.githubusercontent.com/ceph/ceph/master/keys/release.asc
timeout=90
[ceph-noarch]
@ -15,5 +15,5 @@ enabled=1
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
gpgkey=https://raw.githubusercontent.com/ceph/ceph/master/keys/release.asc
timeout=90