epel.repo 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. [epel]
  2. name=Extra Packages for Enterprise Linux 7 - $basearch
  3. # It is much more secure to use the #metalink, but if you wish to use a local mirror
  4. # place its address here.
  5. baseurl=https://repo.huaweicloud.com/epel/7/$basearch
  6. #metalink=https://mirrors.fedoraproject.org/#metalink?repo=epel-7&arch=$basearch&infra=$infra&content=$contentdir
  7. failovermethod=priority
  8. enabled=1
  9. gpgcheck=1
  10. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  11. skip_if_unavailable = 1
  12. keepcache = 0
  13. [epel-debuginfo]
  14. name=Extra Packages for Enterprise Linux 7 - $basearch - Debug
  15. # It is much more secure to use the #metalink, but if you wish to use a local mirror
  16. # place its address here.
  17. baseurl=https://repo.huaweicloud.com/epel/7/$basearch/debug
  18. #metalink=https://mirrors.fedoraproject.org/#metalink?repo=epel-debug-7&arch=$basearch&infra=$infra&content=$contentdir
  19. failovermethod=priority
  20. enabled=0
  21. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  22. gpgcheck=1
  23. [epel-source]
  24. name=Extra Packages for Enterprise Linux 7 - $basearch - Source
  25. # It is much more secure to use the #metalink, but if you wish to use a local mirror
  26. # place it's address here.
  27. baseurl=https://repo.huaweicloud.com/epel/7/source/tree/
  28. #metalink=https://mirrors.fedoraproject.org/#metalink?repo=epel-source-7&arch=$basearch&infra=$infra&content=$contentdir
  29. failovermethod=priority
  30. enabled=0
  31. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  32. gpgcheck=1