Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.32 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 back you can try the
  9. # remarked out baseurl= line instead.
  10. #
  11. #
  12.  
  13. [base]
  14. name=CentOS-$releasever - Base
  15. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
  16. #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
  17. gpgcheck=1
  18. enabled=1
  19. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  20.  
  21. #released updates
  22. [updates]
  23. name=CentOS-$releasever - Updates
  24. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
  25. #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
  26. gpgcheck=1
  27. enabled=1
  28. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  29.  
  30. #additional packages that may be useful
  31. [extras]
  32. name=CentOS-$releasever - Extras
  33. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
  34. #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
  35. gpgcheck=1
  36. enabled=1
  37. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  38.  
  39. #additional packages that extend functionality of existing packages
  40. [centosplus]
  41. name=CentOS-$releasever - Plus
  42. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
  43. #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
  44. gpgcheck=1
  45. enabled=1
  46. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  47.  
  48. # CentOS-CR.repo
  49. #
  50. # The Continuous Release ( CR ) repository contains rpms that are due in the next
  51. # release for a specific CentOS Version ( eg. next release in CentOS-7 ); these rpms
  52. # are far less tested, with no integration checking or update path testing having
  53. # taken place. They are still built from the upstream sources, but might not map
  54. # to an exact upstream distro release.
  55. #
  56. # These packages are made available soon after they are built, for people willing
  57. # to test their environments, provide feedback on content for the next release, and
  58. # for people looking for early-access to next release content.
  59. #
  60. # The CR repo is shipped in a disabled state by default; its important that users
  61. # understand the implications of turning this on.
  62. #
  63. # NOTE: We do not use a mirrorlist for the CR repos, to ensure content is available
  64. # to everyone as soon as possible, and not need to wait for the external
  65. # mirror network to seed first. However, many local mirrors will carry CR repos
  66. # and if desired you can use one of these local mirrors by editing the baseurl
  67. # line in the repo config below.
  68. #
  69.  
  70. [cr]
  71. name=CentOS-$releasever - cr
  72. baseurl=http://mirror.centos.org/centos/$releasever/cr/$basearch/
  73. gpgcheck=1
  74. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  75. enabled=0
  76. # CentOS-Debug.repo
  77. #
  78. # The mirror system uses the connecting IP address of the client and the
  79. # update status of each mirror to pick mirrors that are updated to and
  80. # geographically close to the client. You should use this for CentOS updates
  81. # unless you are manually picking other mirrors.
  82. #
  83.  
  84. # All debug packages from all the various CentOS-7 releases
  85. # are merged into a single repo, split by BaseArch
  86. #
  87. # Note: packages in the debuginfo repo are currently not signed
  88. #
  89.  
  90. [base-debuginfo]
  91. name=CentOS-7 - Debuginfo
  92. baseurl=http://debuginfo.centos.org/7/$basearch/
  93. gpgcheck=1
  94. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7
  95. enabled=0
  96. #
  97. #CentOS-fasttrack.repo
  98.  
  99. [fasttrack]
  100. name=CentOS-7 - fasttrack
  101. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=fasttrack&infra=$infra
  102. #baseurl=http://mirror.centos.org/centos/$releasever/fasttrack/$basearch/
  103. gpgcheck=1
  104. enabled=0
  105. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  106.  
  107. # CentOS-Media.repo
  108. #
  109. # This repo can be used with mounted DVD media, verify the mount point for
  110. # CentOS-7. You can use this repo and yum to install items directly off the
  111. # DVD ISO that we release.
  112. #
  113. # To use this repo, put in your DVD and use it with the other repos too:
  114. # yum --enablerepo=c7-media [command]
  115. #
  116. # or for ONLY the media repo, do this:
  117. #
  118. # yum --disablerepo=\* --enablerepo=c7-media [command]
  119.  
  120. [c7-media]
  121. name=CentOS-$releasever - Media
  122. baseurl=file:///media/CentOS/
  123. file:///media/cdrom/
  124. file:///media/cdrecorder/
  125. gpgcheck=1
  126. enabled=0
  127. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  128.  
  129. # CentOS-Sources.repo
  130. #
  131. # The mirror system uses the connecting IP address of the client and the
  132. # update status of each mirror to pick mirrors that are updated to and
  133. # geographically close to the client. You should use this for CentOS updates
  134. # unless you are manually picking other mirrors.
  135. #
  136. # If the mirrorlist= does not work for you, as a fall back you can try the
  137. # remarked out baseurl= line instead.
  138. #
  139. #
  140.  
  141. [base-source]
  142. name=CentOS-$releasever - Base Sources
  143. baseurl=http://vault.centos.org/centos/$releasever/os/Source/
  144. gpgcheck=1
  145. enabled=0
  146. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  147.  
  148. #released updates
  149. [updates-source]
  150. name=CentOS-$releasever - Updates Sources
  151. baseurl=http://vault.centos.org/centos/$releasever/updates/Source/
  152. gpgcheck=1
  153. enabled=0
  154. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  155.  
  156. #additional packages that may be useful
  157. [extras-source]
  158. name=CentOS-$releasever - Extras Sources
  159. baseurl=http://vault.centos.org/centos/$releasever/extras/Source/
  160. gpgcheck=1
  161. enabled=0
  162. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  163.  
  164. #additional packages that extend functionality of existing packages
  165. [centosplus-source]
  166. name=CentOS-$releasever - Plus Sources
  167. baseurl=http://vault.centos.org/centos/$releasever/centosplus/Source/
  168. gpgcheck=1
  169. enabled=0
  170. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  171. # CentOS Vault contains rpms from older releases in the CentOS-7
  172. # tree.
  173.  
  174. #c7.0.1406
  175. [C7.0.1406-base]
  176. name=CentOS-7.0.1406 - Base
  177. baseurl=http://vault.centos.org/7.0.1406/os/$basearch/
  178. gpgcheck=1
  179. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  180. enabled=0
  181.  
  182. [C7.0.1406-updates]
  183. name=CentOS-7.0.1406 - Updates
  184. baseurl=http://vault.centos.org/7.0.1406/updates/$basearch/
  185. gpgcheck=1
  186. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  187. enabled=0
  188.  
  189. [C7.0.1406-extras]
  190. name=CentOS-7.0.1406 - Extras
  191. baseurl=http://vault.centos.org/7.0.1406/extras/$basearch/
  192. gpgcheck=1
  193. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  194. enabled=0
  195.  
  196. [C7.0.1406-centosplus]
  197. name=CentOS-7.0.1406 - CentOSPlus
  198. baseurl=http://vault.centos.org/7.0.1406/centosplus/$basearch/
  199. gpgcheck=1
  200. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  201. enabled=0
  202.  
  203. [C7.0.1406-fasttrack]
  204. name=CentOS-7.0.1406 - CentOSPlus
  205. baseurl=http://vault.centos.org/7.0.1406/fasttrack/$basearch/
  206. gpgcheck=1
  207. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  208. enabled=0
  209.  
  210. # C7.1.1503
  211. [C7.1.1503-base]
  212. name=CentOS-7.1.1503 - Base
  213. baseurl=http://vault.centos.org/7.1.1503/os/$basearch/
  214. gpgcheck=1
  215. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  216. enabled=0
  217.  
  218. [C7.1.1503-updates]
  219. name=CentOS-7.1.1503 - Updates
  220. baseurl=http://vault.centos.org/7.1.1503/updates/$basearch/
  221. gpgcheck=1
  222. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  223. enabled=0
  224.  
  225. [C7.1.1503-extras]
  226. name=CentOS-7.1.1503 - Extras
  227. baseurl=http://vault.centos.org/7.1.1503/extras/$basearch/
  228. gpgcheck=1
  229. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  230. enabled=0
  231.  
  232. [C7.1.1503-centosplus]
  233. name=CentOS-7.1.1503 - CentOSPlus
  234. baseurl=http://vault.centos.org/7.1.1503/centosplus/$basearch/
  235. gpgcheck=1
  236. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  237. enabled=0
  238.  
  239. [C7.1.1503-fasttrack]
  240. name=CentOS-7.1.1503 - CentOSPlus
  241. baseurl=http://vault.centos.org/7.1.1503/fasttrack/$basearch/
  242. gpgcheck=1
  243. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  244. enabled=0
  245.  
  246. # C7.2.1511
  247. [C7.2.1511-base]
  248. name=CentOS-7.2.1511 - Base
  249. baseurl=http://vault.centos.org/7.2.1511/os/$basearch/
  250. gpgcheck=1
  251. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  252. enabled=0
  253.  
  254. [C7.2.1511-updates]
  255. name=CentOS-7.2.1511 - Updates
  256. baseurl=http://vault.centos.org/7.2.1511/updates/$basearch/
  257. gpgcheck=1
  258. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  259. enabled=0
  260.  
  261. [C7.2.1511-extras]
  262. name=CentOS-7.2.1511 - Extras
  263. baseurl=http://vault.centos.org/7.2.1511/extras/$basearch/
  264. gpgcheck=1
  265. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  266. enabled=0
  267.  
  268. [C7.2.1511-centosplus]
  269. name=CentOS-7.2.1511 - CentOSPlus
  270. baseurl=http://vault.centos.org/7.2.1511/centosplus/$basearch/
  271. gpgcheck=1
  272. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  273. enabled=0
  274.  
  275. [C7.2.1511-fasttrack]
  276. name=CentOS-7.2.1511 - CentOSPlus
  277. baseurl=http://vault.centos.org/7.2.1511/fasttrack/$basearch/
  278. gpgcheck=1
  279. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  280. enabled=0
  281.  
  282. # C7.3.1611
  283. [C7.3.1611-base]
  284. name=CentOS-7.3.1611 - Base
  285. baseurl=http://vault.centos.org/7.3.1611/os/$basearch/
  286. gpgcheck=1
  287. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  288. enabled=0
  289.  
  290. [C7.3.1611-updates]
  291. name=CentOS-7.3.1611 - Updates
  292. baseurl=http://vault.centos.org/7.3.1611/updates/$basearch/
  293. gpgcheck=1
  294. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  295. enabled=0
  296.  
  297. [C7.3.1611-extras]
  298. name=CentOS-7.3.1611 - Extras
  299. baseurl=http://vault.centos.org/7.3.1611/extras/$basearch/
  300. gpgcheck=1
  301. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  302. enabled=0
  303.  
  304. [C7.3.1611-centosplus]
  305. name=CentOS-7.3.1611 - CentOSPlus
  306. baseurl=http://vault.centos.org/7.3.1611/centosplus/$basearch/
  307. gpgcheck=1
  308. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  309. enabled=0
  310.  
  311. [C7.3.1611-fasttrack]
  312. name=CentOS-7.3.1611 - CentOSPlus
  313. baseurl=http://vault.centos.org/7.3.1611/fasttrack/$basearch/
  314. gpgcheck=1
  315. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  316. enabled=0
  317.  
  318. [epel]
  319. name=Extra Packages for Enterprise Linux 7 - $basearch
  320. #baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch
  321. metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
  322. failovermethod=priority
  323. enabled=1
  324. gpgcheck=1
  325. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  326.  
  327. [epel-debuginfo]
  328. name=Extra Packages for Enterprise Linux 7 - $basearch - Debug
  329. #baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch/debug
  330. metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$basearch
  331. failovermethod=priority
  332. enabled=0
  333. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  334. gpgcheck=1
  335.  
  336. [epel-source]
  337. name=Extra Packages for Enterprise Linux 7 - $basearch - Source
  338. #baseurl=http://download.fedoraproject.org/pub/epel/7/SRPMS
  339. metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch
  340. failovermethod=priority
  341. enabled=0
  342. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  343. gpgcheck=1
  344. [epel-testing]
  345. name=Extra Packages for Enterprise Linux 7 - Testing - $basearch
  346. #baseurl=http://download.fedoraproject.org/pub/epel/testing/7/$basearch
  347. metalink=https://mirrors.fedoraproject.org/metalink?repo=testing-epel7&arch=$basearch
  348. failovermethod=priority
  349. enabled=0
  350. gpgcheck=1
  351. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  352.  
  353. [epel-testing-debuginfo]
  354. name=Extra Packages for Enterprise Linux 7 - Testing - $basearch - Debug
  355. #baseurl=http://download.fedoraproject.org/pub/epel/testing/7/$basearch/debug
  356. metalink=https://mirrors.fedoraproject.org/metalink?repo=testing-debug-epel7&arch=$basearch
  357. failovermethod=priority
  358. enabled=0
  359. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  360. gpgcheck=1
  361.  
  362. [epel-testing-source]
  363. name=Extra Packages for Enterprise Linux 7 - Testing - $basearch - Source
  364. #baseurl=http://download.fedoraproject.org/pub/epel/testing/7/SRPMS
  365. metalink=https://mirrors.fedoraproject.org/metalink?repo=testing-source-epel7&arch=$basearch
  366. failovermethod=priority
  367. enabled=0
  368. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  369. gpgcheck=1
  370. # ICS Yum Repo
  371.  
  372. [ics-base]
  373. name=ICS $releasever - Base
  374. baseurl=<server>
  375. enabled=1
  376. gpgcheck=0
  377.  
  378. [ics-updates]
  379. name=ICS $releasever - Updates
  380. baseurl=http://yum.icsolutions.com/centos/$releasever/updates/$basearch/
  381. enabled=1
  382. gpgcheck=0
  383. [jpackage-generic]
  384. name=JPackage generic
  385. #baseurl=http://mirrors.dotsrc.org/pub/jpackage/5.0/generic/free/
  386. mirrorlist=http://www.jpackage.org/mirrorlist.php?dist=generic&type=free&release=5.0
  387. enabled=1
  388. gpgcheck=1
  389. gpgkey=http://www.jpackage.org/jpackage.asc
  390. [spacewalk-client-nightly]
  391. name=Spacewalk Client Tools nightly
  392. baseurl=http://yum.spacewalkproject.org/nightly-client/RHEL/7/$basearch/
  393. gpgkey=http://yum.spacewalkproject.org/RPM-GPG-KEY-spacewalk-2015
  394. enabled=0
  395. gpgcheck=0
  396. [spacewalk-client]
  397. name=Spacewalk Client Tools
  398. baseurl=http://yum.spacewalkproject.org/2.4-client/RHEL/7/$basearch/
  399. gpgkey=http://yum.spacewalkproject.org/RPM-GPG-KEY-spacewalk-2015
  400. enabled=1
  401. gpgcheck=1
  402. [spacewalk-nightly]
  403. name=Spacewalk nightly
  404. baseurl=http://yum.spacewalkproject.org/nightly/RHEL/7/$basearch/
  405. gpgkey=http://yum.spacewalkproject.org/RPM-GPG-KEY-spacewalk-2015
  406. enabled=0
  407. gpgcheck=0
  408. [spacewalk]
  409. name=Spacewalk
  410. baseurl=http://yum.spacewalkproject.org/2.4/RHEL/7/$basearch/
  411. gpgkey=http://yum.spacewalkproject.org/RPM-GPG-KEY-spacewalk-2015
  412. enabled=1
  413. gpgcheck=1
  414. [spacewalk-source]
  415. name=Spacewalk SRPMS
  416. baseurl=http://yum.spacewalkproject.org/2.4/RHEL/7/source/
  417. gpgkey=http://yum.spacewalkproject.org/RPM-GPG-KEY-spacewalk-2015
  418. enabled=0
  419. gpgcheck=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement