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:
parent
265de22e63
commit
ae8b402b4d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user