From c80c6eeda900cdfe07452cf954b4d83bcd4b0f9e Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 30 Sep 2021 03:08:55 +0000 Subject: [PATCH] Revert "Switch Fedora mirror to mirrors.mit.edu" This reverts commit aa5623982fbecb4958ee90ab7ddc54d6d0d49747. The MIT mirror seems to now be missing Fedora 34 indices, but the one we were using before at UH looks just fine now. Change-Id: I59649ea93cc1ce13715096dcd0b8f828ce6b6724 --- playbooks/roles/mirror-update/files/fedora-mirror-update | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/playbooks/roles/mirror-update/files/fedora-mirror-update b/playbooks/roles/mirror-update/files/fedora-mirror-update index 2a2ab49c90..8d5a5ee8f1 100755 --- a/playbooks/roles/mirror-update/files/fedora-mirror-update +++ b/playbooks/roles/mirror-update/files/fedora-mirror-update @@ -33,10 +33,7 @@ BASE="/afs/.openstack.org/mirror/fedora" # because upstream starting putting setgid bits on directories, # which you have to have admin permissions in AFS to set. # https://pagure.io/releng/issue/7921 -# NOTE(fungi): 2020-08-17 temporarily(?) switched to mirrors.mit.edu -# because pubmirror[12].math.uh.edu were stuck on a corrupt f31 -# update for days; not changing Atomic or EPEL mirroring for now. -MIRROR="rsync://mirrors.mit.edu/fedora/linux" +MIRROR="rsync://pubmirror2.math.uh.edu/fedora-buffet/fedora/linux" K5START="k5start -t -f /etc/fedora.keytab service/fedora-mirror -- ${TIMEOUT}" echo_ts "----- START FEDORA MIRROR RSYNC RUN -----"