mqnoy

CentOS-Base.repo | http://kambing.ui.ac.id

Feb 15th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.28 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. # CentOS-Base.repo
  14. # http://kambing.ui.ac.id/centos/7/
  15.  
  16. [CentOS Plus]
  17. name=CentOS
  18. baseurl=http://kambing.ui.ac.id/centos/7/centosplus/x86_64/
  19. enabled=1
  20. gpgcheck=1
  21. gpgkey=http://kambing.ui.ac.id/centos/RPM-GPG-KEY-CentOS-7
  22.  
  23. [Extras]
  24. name=CentOS
  25. baseurl=http://kambing.ui.ac.id/centos/7/extras/x86_64/
  26. enabled=1
  27. gpgcheck=1
  28. gpgkey=http://kambing.ui.ac.id/centos/RPM-GPG-KEY-CentOS-7
  29.  
  30. [Fasttrack]
  31. name=CentOS
  32. baseurl=http://kambing.ui.ac.id/centos/7/fasttrack/x86_64/
  33. enabled=1
  34. gpgcheck=1
  35. gpgkey=http://kambing.ui.ac.id/centos/RPM-GPG-KEY-CentOS-7
  36.  
  37. [OS]
  38. name=CentOS
  39. baseurl=http://kambing.ui.ac.id/centos/7/os/x86_64/
  40. enabled=1
  41. gpgcheck=1
  42. gpgkey=http://kambing.ui.ac.id/centos/RPM-GPG-KEY-CentOS-7
  43.  
  44. [Update]
  45. name=CentOS
  46. baseurl=http://kambing.ui.ac.id/centos/7/updates/x86_64/
  47. enabled=1
  48. gpgcheck=1
  49. gpgkey=http://kambing.ui.ac.id/centos/RPM-GPG-KEY-CentOS-7
Add Comment
Please, Sign In to add comment