From 01fc8d94cc1fb3bf95d37cbcd4d0db8bdc04e19b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 9 Feb 2015 22:05:40 +0000 Subject: [PATCH] do not use copr repo if unavailable during bootstrapping --- roles/copr/base/files/yum/copr.repo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/copr/base/files/yum/copr.repo b/roles/copr/base/files/yum/copr.repo index e79a7b79e3..a2135e1201 100644 --- a/roles/copr/base/files/yum/copr.repo +++ b/roles/copr/base/files/yum/copr.repo @@ -4,7 +4,8 @@ failovermethod=priority #baseurl=http://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-19-x86_64/ # 172.16.5.4 is copr-be.cloud.fedoraproject.org # see https://fedorahosted.org/fedora-infrastructure/ticket/4025 -baseurl=http://172.16.5.4/results/msuchy/copr/fedora-20-x86_64/ +baseurl=http://127.0.0.1/results/msuchy/copr/fedora-20-x86_64/ enabled=1 gpgcheck=0 +skip_if_unavailable=1