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 -----"