copr: temporarily set best=0 for epel-8
See RHBZ: 1756681
This commit is contained in:
parent
66e45ad988
commit
15d06b360f
1 changed files with 34 additions and 0 deletions
|
@ -0,0 +1,34 @@
|
|||
config_opts['yum.conf'] += """
|
||||
|
||||
# We temporarily want to set this because of RHBZ: 1756681
|
||||
best=0
|
||||
|
||||
[epel]
|
||||
name=epel
|
||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=$basearch
|
||||
failovermethod=priority
|
||||
gpgkey=file:///usr/share/distribution-gpg-keys/epel/RPM-GPG-KEY-EPEL-8
|
||||
gpgcheck=1
|
||||
skip_if_unavailable=False
|
||||
|
||||
[testing]
|
||||
name=epel-testing
|
||||
enabled=0
|
||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel8&arch=$basearch
|
||||
failovermethod=priority
|
||||
skip_if_unavailable=False
|
||||
|
||||
[local]
|
||||
name=local
|
||||
baseurl=https://kojipkgs.fedoraproject.org/repos/epel8-build/latest/$basearch/
|
||||
cost=2000
|
||||
enabled=0
|
||||
skip_if_unavailable=False
|
||||
|
||||
[epel-debuginfo]
|
||||
name=epel-debug
|
||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-debug-8&arch=$basearch
|
||||
failovermethod=priority
|
||||
enabled=0
|
||||
skip_if_unavailable=False
|
||||
"""
|
Loading…
Add table
Add a link
Reference in a new issue