From ddb92b8b208a8f67b27cedbde6c197eb076ae7c6 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 16 Nov 2018 10:15:39 +1100 Subject: [PATCH] Add Fedora 29 directories to mirror Add the Fedora 29 directories to the Fedora mirror Change-Id: I1d8cef615c7a6fd05b5409cb95606f534e812bcf --- .../openstack_project/files/mirror/fedora-mirror-update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/files/mirror/fedora-mirror-update.sh b/modules/openstack_project/files/mirror/fedora-mirror-update.sh index a62ac1eb57..d83ff3210c 100644 --- a/modules/openstack_project/files/mirror/fedora-mirror-update.sh +++ b/modules/openstack_project/files/mirror/fedora-mirror-update.sh @@ -22,7 +22,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/27 releases/28; do +for REPO in releases/27 releases/28 releases/29; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi @@ -47,7 +47,7 @@ for REPO in releases/27 releases/28; do $MIRROR/$REPO/ $BASE/$REPO/ done -for REPO in updates/27 updates/28 ; do +for REPO in updates/27 updates/28 updates/29 ; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi