Switch fedora mirroring to pubmirror2.math.uh.edu

pubmirror1.math.uh.edu is currently offline and listed as an altonly.
pubmirror2 seems to work fine so switch to it.

Change-Id: I2562f8686146d17d4fad3997b9be22361fa05fca
This commit is contained in:
Clark Boylan 2019-08-02 14:27:00 -07:00
parent b0ea150b89
commit f686ec39f5

View File

@ -30,7 +30,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
MIRROR="rsync://pubmirror1.math.uh.edu/fedora-buffet/fedora/linux"
MIRROR="rsync://pubmirror2.math.uh.edu/fedora-buffet/fedora/linux"
K5START="k5start -t -f /etc/fedora.keytab service/fedora-mirror -- ${TIMEOUT}"
for REPO in releases/28 releases/29 releases/30; do
@ -78,7 +78,7 @@ for REPO in updates/28 updates/29 updates/30; do
$MIRROR/$REPO/ $BASE/$REPO/
done
MIRROR="rsync://pubmirror1.math.uh.edu/fedora-buffet/alt/atomic"
MIRROR="rsync://pubmirror2.math.uh.edu/fedora-buffet/alt/atomic"
if ! [ -f $BASE/atomic ]; then
$K5START mkdir -p $BASE/atomic