From 7dc47354da4a079f8e40d38fffe544099aa28dd6 Mon Sep 17 00:00:00 2001 From: Valentin Gologuzov Date: Wed, 15 Apr 2015 15:32:03 +0200 Subject: [PATCH] [copr] changed order in copr.repo::base_url --- roles/copr/base/files/yum/copr.repo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/copr/base/files/yum/copr.repo b/roles/copr/base/files/yum/copr.repo index 4804b2d47a..e348b8276f 100644 --- a/roles/copr/base/files/yum/copr.repo +++ b/roles/copr/base/files/yum/copr.repo @@ -1,10 +1,10 @@ [Copr] name=Copr failovermethod=priority -# and external ip +# and external ip # TODO: update in infra ansible git after copr moved to the new cloud baseurl=file:///var/lib/copr/public_html/results/msuchy/copr/fedora-$releasever-x86_64/ - https://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-$releasever-x86_64/ http://209.132.184.142/results/msuchy/copr/fedora-$releasever-x86_64/ + https://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-$releasever-x86_64/ http://172.16.5.5/results/msuchy/copr/fedora-$releasever-x86_64/ # results folder on copr-backend