Advertisement
Guest User

CentOS-Base.repo

a guest
Sep 17th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. # CentOS-Base.repo
  2. #
  3. # This file uses a new mirrorlist system developed by Lance Davis for CentOS.
  4. # The mirror system uses the connecting IP address of the client and the
  5. # update status of each mirror to pick mirrors that are updated to and
  6. # geographically close to the client. You should use this for CentOS updates
  7. # unless you are manually picking other mirrors.
  8. #
  9. # If the mirrorlist= does not work for you, as a fall back you can try the
  10. # remarked out baseurl= line instead.
  11. #
  12. #
  13.  
  14. [base]
  15. name=CentOS-$releasever - Base
  16. baseurl=http://vault.centos.org/5.11/os/$basearch
  17. gpgcheck=1
  18. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
  19.  
  20.  
  21. #released updates
  22. [updates]
  23. name=CentOS-$releasever - Updates
  24. baseurl=http://vault.centos.org/5.11/os/$basearch
  25. gpgcheck=1
  26. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
  27. enabled=0
  28. exclude=kernel*
  29.  
  30. #packages used/produced in the build but not released
  31. [addons]
  32. name=CentOS-$releasever - Addons
  33. baseurl=http://vault.centos.org/5.11/os/$basearch
  34. gpgcheck=1
  35. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
  36. enabled=0
  37. exclude=kernel*
  38.  
  39. #additional packages that may be useful
  40. [extras]
  41. name=CentOS-$releasever - Extras
  42. baseurl=http://vault.centos.org/5.11/os/$basearch
  43. gpgcheck=1
  44. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
  45. enabled=0
  46. exclude=kernel*
  47.  
  48. #additional packages that extend functionality of existing packages
  49. [centosplus]
  50. name=CentOS-$releasever - Plus
  51. baseurl=http://vault.centos.org/5.11/os/$basearch
  52. gpgcheck=1
  53. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
  54. enabled=0
  55.  
  56. #contrib - packages by Centos Users
  57. [contrib]
  58. name=CentOS-$releasever - Contrib
  59. baseurl=http://vault.centos.org/5.11/os/$basearch
  60. gpgcheck=1
  61. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
  62. enabled=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement