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. [base]
    13. name=CentOS-6.8 - Base - mirrors.aliyun.com
    14. failovermethod=priority
    15. baseurl=https://mirrors.aliyun.com/centos-vault/6.8/os/$basearch/
    16. gpgcheck=1
    17. gpgkey=https://mirrors.aliyun.com/centos-vault/RPM-GPG-KEY-CentOS-6
    18. #released updates
    19. [updates]
    20. name=CentOS-6.8 - Updates - mirrors.aliyun.com
    21. failovermethod=priority
    22. baseurl=https://mirrors.aliyun.com/centos-vault/6.8/updates/$basearch/
    23. gpgcheck=1
    24. gpgkey=https://mirrors.aliyun.com/centos-vault/RPM-GPG-KEY-CentOS-6
    25. #additional packages that may be useful
    26. [extras]
    27. name=CentOS-6.8 - Extras - mirrors.aliyun.com
    28. failovermethod=priority
    29. baseurl=https://mirrors.aliyun.com/centos-vault/6.8/extras/$basearch/
    30. gpgcheck=1
    31. gpgkey=https://mirrors.aliyun.com/centos-vault/RPM-GPG-KEY-CentOS-6
    32. #additional packages that extend functionality of existing packages
    33. [centos-vaultplus]
    34. name=CentOS-6.8 - Plus - mirrors.aliyun.com
    35. failovermethod=priority
    36. baseurl=https://mirrors.aliyun.com/centos-vault/6.8/centos-vaultplus/$basearch/
    37. gpgcheck=1
    38. enabled=0
    39. gpgkey=https://mirrors.aliyun.com/centos-vault/RPM-GPG-KEY-CentOS-6
    40. #contrib - packages by Centos Users
    41. [contrib]
    42. name=CentOS-6.8 - Contrib - mirrors.aliyun.com
    43. failovermethod=priority
    44. baseurl=https://mirrors.aliyun.com/centos-vault/6.8/contrib/$basearch/
    45. gpgcheck=1
    46. enabled=0
    47. gpgkey=https://mirrors.aliyun.com/centos-vault/RPM-GPG-KEY-CentOS-6

    yum makecache