12345678910111213141516171819202122232425262728293031323334 |
- [epel]
- name=Extra Packages for Enterprise Linux 7 - $basearch
- # It is much more secure to use the #metalink, but if you wish to use a local mirror
- # place its address here.
- baseurl=https://repo.huaweicloud.com/epel/7/$basearch
- #metalink=https://mirrors.fedoraproject.org/#metalink?repo=epel-7&arch=$basearch&infra=$infra&content=$contentdir
- failovermethod=priority
- enabled=1
- gpgcheck=1
- gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
- skip_if_unavailable = 1
- keepcache = 0
- [epel-debuginfo]
- name=Extra Packages for Enterprise Linux 7 - $basearch - Debug
- # It is much more secure to use the #metalink, but if you wish to use a local mirror
- # place its address here.
- baseurl=https://repo.huaweicloud.com/epel/7/$basearch/debug
- #metalink=https://mirrors.fedoraproject.org/#metalink?repo=epel-debug-7&arch=$basearch&infra=$infra&content=$contentdir
- failovermethod=priority
- enabled=0
- gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
- gpgcheck=1
- [epel-source]
- name=Extra Packages for Enterprise Linux 7 - $basearch - Source
- # It is much more secure to use the #metalink, but if you wish to use a local mirror
- # place it's address here.
- baseurl=https://repo.huaweicloud.com/epel/7/source/tree/
- #metalink=https://mirrors.fedoraproject.org/#metalink?repo=epel-source-7&arch=$basearch&infra=$infra&content=$contentdir
- failovermethod=priority
- enabled=0
- gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
- gpgcheck=1
|