Advertisement
amirkhonov

Untitled

Mar 28th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. # cloudlinux.repo
  2. #
  3. # The mirror system uses the connecting IP address of the client and the
  4. # update status of each mirror to pick mirrors that are updated to and
  5. # geographically close to the client. You should use this for CloudLinux updates
  6. # unless you are manually picking other mirrors.
  7. #
  8. [cloudlinux-base]
  9. name=CloudLinux-$releasever - Base
  10. mirrorlist=http://repo.cloudlinux.com/cloudlinux/mirrorlists/cloudlinux-$releasever-$basearch-os.mirrorlist
  11. baseurl=http://repo.cloudlinux.com/cloudlinux/$releasever/os/$basearch/
  12. enabled=1
  13. gpgcheck=1
  14. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CloudLinux
  15.  
  16. #released updates
  17. [cloudlinux-updates]
  18. name=CloudLinux-$releasever - Updates
  19. mirrorlist=http://repo.cloudlinux.com/cloudlinux/mirrorlists/cloudlinux-$releasever-$basearch-updates.mirrorlist
  20. enabled=1
  21. gpgcheck=1
  22. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CloudLinux
  23.  
  24. #updates-testing
  25. [cloudlinux-updates-testing]
  26. name=CloudLinux-$releasever - Updates Testing
  27. baseurl=http://repo.cloudlinux.com/cloudlinux/$releasever/updates-testing/$basearch/
  28. enabled=0
  29. gpgcheck=1
  30. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CloudLinux
  31.  
  32. [cloudlinux-base-source]
  33. name=CloudLinux-$releasever - Base Sources
  34. baseurl=http://repo.cloudlinux.com/cloudlinux/$releasever/os/Sources/
  35. enabled=0
  36. gpgcheck=1
  37. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CloudLinux
  38.  
  39. [cloudlinux-updates-source]
  40. name=CloudLinux-$releasever - Updates Source
  41. baseurl=http://repo.cloudlinux.com/cloudlinux/$releasever/updates/Sources/
  42. enabled=0
  43. gpgcheck=1
  44. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CloudLinux
  45.  
  46. [cloudlinux-updates-testing-source]
  47. name=CloudLinux-$releasever - Updates Testing Source
  48. baseurl=http://repo.cloudlinux.com/cloudlinux/$releasever/updates-testing/Sources/
  49. enabled=0
  50. gpgcheck=1
  51. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CloudLinux
  52.  
  53. [cloudlinux-x86_64-server-7-source]
  54. name=CloudLinux-$releasever - source
  55. baseurl=http://repo.cloudlinux.com/cloudlinux/$releasever/os/Sources/
  56. enabled=0
  57. gpgcheck=1
  58. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CloudLinux
  59.  
  60. [cloudlinux-x86_64-server-7-debuginfo]
  61. name=CloudLinux-$releasever - debuginfo
  62. baseurl=http://repo.cloudlinux.com/cloudlinux/7/debug/$basearch/
  63. enabled=0
  64. gpgcheck=1
  65. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CloudLinux
  66.  
  67. [cloudlinux-base-debuginfo]
  68. name=CloudLinux-base-$releasever - debuginfo
  69. baseurl=http://repo.cloudlinux.com/cloudlinux/7/debug/$basearch/
  70. enabled=0
  71. gpgcheck=1
  72. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CloudLinux
  73.  
  74. [cloudlinux-updates-debuginfo]
  75. name=CloudLinux-updates-$releasever - debuginfo
  76. baseurl=http://repo.cloudlinux.com/cloudlinux/7/updates-debug/$basearch/
  77. enabled=0
  78. gpgcheck=1
  79. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CloudLinux
  80.  
  81. [cloudlinux-updates-testing-debuginfo]
  82. name=cloudlinux-updates-testing-debuginfo
  83. baseurl=http://repo.cloudlinux.com/cloudlinux/7/updates-testing/debug/$basearch/
  84. enabled=0
  85. gpgcheck=1
  86. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CloudLinux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement