Switch Fedora mirror to mirrors.mit.edu

The pubmirror[12].math.uh.edu mirrors of Fedora 31 updates for
x86_64 have been sitting stale for several days with a corrupt
index, causing jobs which access our copy of this from our mirror
network to fail. Instead mirror Fedora releases/updates from
mirrors.mit.edu which seems to be updating just fine currently. We
can switch this back if/when the situation with the uh.edu mirrors
is resolved.

We're continuing to mirror EPEL and Fedora Atomic from
pubmirror[12].math.uh.edu for now, as we've had no reports of EPEL
problems on our mirrors (yet anyway), and it's hard to find any
other rsync mirrors of Atomic.

Change-Id: Iefd02602e2f2b39c4b72dc4d95ac62993ca65cdd
This commit is contained in:
Jeremy Stanley 2020-08-17 18:47:35 +00:00
parent 3eabc630c4
commit aa5623982f

View File

@ -37,7 +37,10 @@ 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
MIRROR="rsync://pubmirror2.math.uh.edu/fedora-buffet/fedora/linux"
# 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"
K5START="k5start -t -f /etc/fedora.keytab service/fedora-mirror -- ${TIMEOUT}"
echo_ts "----- START FEDORA MIRROR RSYNC RUN -----"