From be9737d47fd1e69c317e793713b444c122f60467 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 19 Jul 2022 09:30:49 +1000 Subject: [PATCH] centos 7 mirror: switch upstream provider kernel.org has been rejecting rsync attempts with an over-capacity message for several days now. Switch to the facebook mirror which seems to be working for 8-stream. Change-Id: I98de9dd827a3c78a023b677da854089593d5a454 --- playbooks/roles/mirror-update/files/centos-mirror-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/mirror-update/files/centos-mirror-update b/playbooks/roles/mirror-update/files/centos-mirror-update index 3bb41de0df..5f3c0db3c4 100755 --- a/playbooks/roles/mirror-update/files/centos-mirror-update +++ b/playbooks/roles/mirror-update/files/centos-mirror-update @@ -69,7 +69,7 @@ $K5START ${RSYNC} \ # -- Centos 7 -- # -MIRROR="rsync://mirrors.kernel.org/centos" +MIRROR="rsync://mirror.facebook.net/centos/" REPOS="7" for REPO in $REPOS; do