Advertisement
lucao1968

CentOS-CR.repo

Apr 23rd, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.38 KB | None | 0 0
  1. [root@linux-023 yum.repos.d]# cat CentOS-CR.repo
  2. # CentOS-CR.repo
  3. #
  4. # The Continuous Release ( CR )  repository contains rpms that are due in the next
  5. # release for a specific CentOS Version ( eg. next release in CentOS-7 ); these rpms
  6. # are far less tested, with no integration checking or update path testing having
  7. # taken place. They are still built from the upstream sources, but might not map
  8. # to an exact upstream distro release.
  9. #
  10. # These packages are made available soon after they are built, for people willing
  11. # to test their environments, provide feedback on content for the next release, and
  12. # for people looking for early-access to next release content.
  13. #
  14. # The CR repo is shipped in a disabled state by default; its important that users
  15. # understand the implications of turning this on.
  16. #
  17. # NOTE: We do not use a mirrorlist for the CR repos, to ensure content is available
  18. #       to everyone as soon as possible, and not need to wait for the external
  19. #       mirror network to seed first. However, many local mirrors will carry CR repos
  20. #       and if desired you can use one of these local mirrors by editing the baseurl
  21. #       line in the repo config below.
  22. #
  23.  
  24. [cr]
  25. name=CentOS-$releasever - cr
  26. baseurl=http://mirror.centos.org/centos/$releasever/cr/$basearch/
  27. gpgcheck=1
  28. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  29. enabled=0
  30. [root@linux-023 yum.repos.d]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement