Advertisement
Guest User

Untitled

a guest
May 5th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. # CentOS-Base.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 CentOS updates
  6. # unless you are manually picking other mirrors.
  7. #
  8. # If the mirrorlist= does not work for you, as a fall# CentOS-Base.repo
  9. #
  10. # The mirror system uses the connecting IP address of the client and the
  11. # update status of each mirror to pick mirrors that are updated to and
  12. # geographically close to the client. You should use this for CentOS updates
  13. # unless you are manually picking other mirrors.
  14. #
  15. # If the mirrorlist= does not work for you, as a fall back you can try the
  16. # remarked out baseurl= line instead.
  17. #
  18. #
  19.  
  20. [base]
  21. name=CentOS-$releasever - Base
  22. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
  23. #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
  24. gpgcheck=1
  25. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
  26.  
  27. #released updates
  28. [updates]
  29. name=CentOS-$releasever - Updates
  30. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
  31. #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
  32. gpgcheck=1
  33. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
  34.  
  35. #additional packages that may be useful
  36. [extras]
  37. name=CentOS-$releasever - Extras
  38. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
  39. #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
  40. gpgcheck=1
  41. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
  42.  
  43. #additional packages that extend functionality of existing packages
  44. [centosplus]
  45. name=CentOS-$releasever - Plus
  46. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
  47. #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
  48. gpgcheck=1
  49. enabled=0
  50. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
  51.  
  52. #contrib - packages by Centos Users
  53. [contrib]
  54. name=CentOS-$releasever - Contrib
  55. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib&infra=$infra
  56. #baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
  57. gpgcheck=1
  58. enabled=0
  59. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
  60. back you can try the
  61. # remarked out baseurl= line instead.
  62. #
  63. #
  64.  
  65. [base]
  66. name=CentOS-$releasever - Base
  67. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
  68. #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
  69. gpgcheck=1
  70. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
  71.  
  72. #released updates
  73. [updates]
  74. name=CentOS-$releasever - Updates
  75. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
  76. #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
  77. gpgcheck=1
  78. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
  79.  
  80. #additional packages that may be useful
  81. [extras]
  82. name=CentOS-$releasever - Extras
  83. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
  84. #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
  85. gpgcheck=1
  86. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
  87.  
  88. #additional packages that extend functionality of existing packages
  89. [centosplus]
  90. name=CentOS-$releasever - Plus
  91. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
  92. #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
  93. gpgcheck=1
  94. enabled=0
  95. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
  96.  
  97. #contrib - packages by Centos Users
  98. [contrib]
  99. name=CentOS-$releasever - Contrib
  100. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib&infra=$infra
  101. #baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
  102. gpgcheck=1
  103. enabled=0
  104. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement