From ae8b402b4d2b88d5a573f9ab3674c8a5dc9be792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Sat, 12 Dec 2015 21:02:43 +0900 Subject: [PATCH] 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 --- docker/base/ceph.yum.repo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/base/ceph.yum.repo b/docker/base/ceph.yum.repo index d7c1fdfca4..51fbef4267 100644 --- a/docker/base/ceph.yum.repo +++ b/docker/base/ceph.yum.repo @@ -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