Switch CentOS 7 mirror source to kernel.org mirror

The current source for our sync is outdated [1], and does not include
the latest CentOS 7.9 content. This is breaking some jobs relying on
CentOS, since they may have more recent packages in the image than
in the repositories [2].

[1] - https://mirror-status.centos.org/
[2] - https://bugs.launchpad.net/tripleo/+bug/1904214

Change-Id: Ie404396b0f108121241bdc26dd8d22c85106b0c4
This commit is contained in:
Javier Pena 2020-11-16 11:31:40 +01:00
parent fb072cd1b0
commit 70aff57869

View File

@ -48,7 +48,7 @@ $K5START rsync -rltvz \
# -- Centos 7 --
#
MIRROR="rsync://mirror.lstn.net/centos"
MIRROR="rsync://mirrors.kernel.org/centos"
MIRROR_ALTARCH="rsync://mirror.dal.nexril.net/centos-altarch/"
REPOS="7 altarch/7"
ALTARCHS="aarch64 ppc64le"