上传文件至「repo/Tencent」
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
# CentOS-Base.repo
|
||||
#
|
||||
# The mirror system uses the connecting IP address of the client and the
|
||||
# update status of each mirror to pick mirrors that are updated to and
|
||||
# geographically close to the client. You should use this for CentOS updates
|
||||
# unless you are manually picking other mirrors.
|
||||
#
|
||||
# If the mirrorlist= does not work for you, as a fall back you can try the
|
||||
# remarked out baseurl= line instead.
|
||||
#
|
||||
#
|
||||
|
||||
[os]
|
||||
name=Qcloud centos os - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/os/$basearch/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-5
|
||||
|
||||
[updates]
|
||||
name=Qcloud centos updates - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/updates/$basearch/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-5
|
||||
|
||||
[extras]
|
||||
name=Qcloud centos extras - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/extras/$basearch/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-5
|
||||
|
||||
[centosplus]
|
||||
name=Qcloud centosplus - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/centosplus/$basearch/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-5
|
||||
|
||||
[contrib]
|
||||
name=Qcloud centos contrib - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/contrib/$basearch/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-5
|
||||
|
||||
[cr]
|
||||
name=Qcloud centos cr - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/cr/$basearch/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-5
|
||||
|
||||
[fasttrack]
|
||||
name=Qcloud centos fasttrack - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/fasttrack/$basearch/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-5
|
||||
|
||||
@@ -0,0 +1,61 @@
|
||||
# CentOS-Base.repo
|
||||
#
|
||||
# The mirror system uses the connecting IP address of the client and the
|
||||
# update status of each mirror to pick mirrors that are updated to and
|
||||
# geographically close to the client. You should use this for CentOS updates
|
||||
# unless you are manually picking other mirrors.
|
||||
#
|
||||
# If the mirrorlist= does not work for you, as a fall back you can try the
|
||||
# remarked out baseurl= line instead.
|
||||
#
|
||||
#
|
||||
|
||||
[os]
|
||||
name=Qcloud centos os - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/os/$basearch/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-6
|
||||
|
||||
[updates]
|
||||
name=Qcloud centos updates - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/updates/$basearch/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-6
|
||||
|
||||
[centosplus]
|
||||
name=Qcloud centosplus - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/centosplus/$basearch/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-6
|
||||
|
||||
[contrib]
|
||||
name=Qcloud centos contrib - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/contrib/$basearch/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-6
|
||||
|
||||
[cr]
|
||||
name=Qcloud centos cr - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/cr/$basearch/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-6
|
||||
|
||||
[extras]
|
||||
name=Qcloud centos extras - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/extras/$basearch/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-6
|
||||
|
||||
[fasttrack]
|
||||
name=Qcloud centos fasttrack - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/fasttrack/$basearch/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-6
|
||||
|
||||
@@ -0,0 +1,53 @@
|
||||
# CentOS-Base.repo
|
||||
#
|
||||
# The mirror system uses the connecting IP address of the client and the
|
||||
# update status of each mirror to pick mirrors that are updated to and
|
||||
# geographically close to the client. You should use this for CentOS updates
|
||||
# unless you are manually picking other mirrors.
|
||||
#
|
||||
# If the mirrorlist= does not work for you, as a fall back you can try the
|
||||
# remarked out baseurl= line instead.
|
||||
#
|
||||
#
|
||||
|
||||
[os]
|
||||
name=Qcloud centos os - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/os/$basearch/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-7
|
||||
|
||||
[updates]
|
||||
name=Qcloud centos updates - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/updates/$basearch/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-7
|
||||
|
||||
[centosplus]
|
||||
name=Qcloud centosplus - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/centosplus/$basearch/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-7
|
||||
|
||||
[cr]
|
||||
name=Qcloud centos cr - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/cr/$basearch/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-7
|
||||
|
||||
[extras]
|
||||
name=Qcloud centos extras - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/extras/$basearch/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-7
|
||||
|
||||
[fasttrack]
|
||||
name=Qcloud centos fasttrack - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/fasttrack/$basearch/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-7
|
||||
@@ -0,0 +1,53 @@
|
||||
# CentOS-Base.repo
|
||||
#
|
||||
# The mirror system uses the connecting IP address of the client and the
|
||||
# update status of each mirror to pick mirrors that are updated to and
|
||||
# geographically close to the client. You should use this for CentOS updates
|
||||
# unless you are manually picking other mirrors.
|
||||
#
|
||||
# If the mirrorlist= does not work for you, as a fall back you can try the
|
||||
# remarked out baseurl= line instead.
|
||||
#
|
||||
#
|
||||
|
||||
[BaseOS]
|
||||
name=Qcloud centos OS - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/BaseOS/$basearch/os/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-Official
|
||||
|
||||
[centosplus]
|
||||
name=Qcloud centosplus - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/centosplus/$basearch/os/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-Official
|
||||
|
||||
[extras]
|
||||
name=Qcloud centos extras - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/extras/$basearch/os/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-Official
|
||||
|
||||
[fasttrack]
|
||||
name=Qcloud centos fasttrack - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/fasttrack/$basearch/os/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-Official
|
||||
|
||||
[AppStream]
|
||||
name=Qcloud centos AppStream - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/AppStream/$basearch/os/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-Official
|
||||
|
||||
[PowerTools]
|
||||
name=Qcloud centos PowerTools - $basearch
|
||||
baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/PowerTools/$basearch/os/
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-Official
|
||||
@@ -0,0 +1,9 @@
|
||||
deb https://mirrors.cloud.tencent.com/debian/ buster main contrib non-free
|
||||
deb https://mirrors.cloud.tencent.com/debian/ buster-updates main contrib non-free
|
||||
deb https://mirrors.cloud.tencent.com/debian/ buster-backports main contrib non-free
|
||||
deb https://mirrors.cloud.tencent.com/debian-security buster/updates main contrib non-free
|
||||
|
||||
deb-src https://mirrors.cloud.tencent.com/debian/ buster main contrib non-free
|
||||
deb-src https://mirrors.cloud.tencent.com/debian/ buster-updates main contrib non-free
|
||||
deb-src https://mirrors.cloud.tencent.com/debian/ buster-backports main contrib non-free
|
||||
deb-src https://mirrors.cloud.tencent.com/debian-security buster/updates main contrib non-free
|
||||
Reference in New Issue
Block a user