diff --git a/modules/openstack_project/files/mirror/fedora-mirror-update.sh b/modules/openstack_project/files/mirror/fedora-mirror-update.sh index 67a6b3d640..0a5afce301 100644 --- a/modules/openstack_project/files/mirror/fedora-mirror-update.sh +++ b/modules/openstack_project/files/mirror/fedora-mirror-update.sh @@ -26,7 +26,7 @@ BASE="/afs/.openstack.org/mirror/fedora" MIRROR="rsync://pubmirror1.math.uh.edu/fedora-buffet/fedora/linux" K5START="k5start -t -f /etc/fedora.keytab service/fedora-mirror -- timeout -k 2m 30m" -for REPO in releases/28 releases/29; do +for REPO in releases/28 releases/29 releases/30; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi @@ -51,7 +51,7 @@ for REPO in releases/28 releases/29; do $MIRROR/$REPO/ $BASE/$REPO/ done -for REPO in updates/28 updates/29 ; do +for REPO in updates/28 updates/29 updates/30; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi