[copr] correct yum repo syntax
This commit is contained in:
parent
2fc9ed3c5a
commit
c7e269c509
1 changed files with 5 additions and 19 deletions
|
@ -2,7 +2,11 @@
|
|||
name=Copr
|
||||
failovermethod=priority
|
||||
# and external ip
|
||||
baseurl=http://209.132.184.142/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
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/
|
||||
http://172.16.5.5/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
|
||||
# results folder on copr-backend
|
||||
#baseurl=file:///var/lib/copr/public_html/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
#baseurl=https://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
|
@ -12,21 +16,3 @@ baseurl=http://209.132.184.142/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