[copr] putting all baseurl into the one repo definition
This commit is contained in:
parent
7572ca78d0
commit
f90fa3eece
1 changed files with 20 additions and 16 deletions
|
@ -3,24 +3,28 @@ name=Copr
|
|||
failovermethod=priority
|
||||
# results folder on copr-backend
|
||||
baseurl=file:///var/lib/copr/public_html/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
skip_if_unavailable=1
|
||||
|
||||
[Copr1]
|
||||
name=Copr1
|
||||
failovermethod=priority
|
||||
baseurl=https://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
skip_if_unavailable=1
|
||||
|
||||
[Copr2]
|
||||
name=Copr2
|
||||
failovermethod=priority
|
||||
# 172.16.5.5 is copr-be.cloud.fedoraproject.org
|
||||
# see https://fedorahosted.org/fedora-infrastructure/ticket/4025
|
||||
## 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-$releasever-x86_64/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
skip_if_unavailable=1
|
||||
|
||||
#[Copr1]
|
||||
#name=Copr1
|
||||
#failovermethod=priority
|
||||
#baseurl=https://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
#enabled=1
|
||||
#gpgcheck=0
|
||||
#skip_if_unavailable=1
|
||||
|
||||
#[Copr2]
|
||||
#name=Copr2
|
||||
#failovermethod=priority
|
||||
## 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-$releasever-x86_64/
|
||||
#enabled=1
|
||||
#gpgcheck=0
|
||||
#skip_if_unavailable=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue