use either file or http
one will work on prod, other will work on stg
This commit is contained in:
parent
cb494bed68
commit
5ff4d73139
1 changed files with 11 additions and 1 deletions
|
@ -4,8 +4,18 @@ failovermethod=priority
|
||||||
#baseurl=http://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-19-x86_64/
|
#baseurl=http://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-19-x86_64/
|
||||||
# 172.16.5.4 is copr-be.cloud.fedoraproject.org
|
# 172.16.5.4 is copr-be.cloud.fedoraproject.org
|
||||||
# see https://fedorahosted.org/fedora-infrastructure/ticket/4025
|
# see https://fedorahosted.org/fedora-infrastructure/ticket/4025
|
||||||
baseurl=http://127.0.0.1/results/msuchy/copr/fedora-20-x86_64/
|
baseurl=file:///var/lib/copr/public_html/results/msuchy/copr/fedora-20-x86_64/
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
skip_if_unavailable=1
|
skip_if_unavailable=1
|
||||||
|
|
||||||
|
[Copr2]
|
||||||
|
name=Copr2
|
||||||
|
failovermethod=priority
|
||||||
|
#baseurl=http://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-19-x86_64/
|
||||||
|
# 172.16.5.5 is copr-be.cloud.fedoraproject.org
|
||||||
|
# see https://fedorahosted.org/fedora-infrastructure/ticket/4025
|
||||||
|
baseurl=http://172.16.5.5/results/msuchy/copr/fedora-20-x86_64/
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=0
|
||||||
|
skip_if_unavailable=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue