From 2e1c6076b6a3d47d6807e20a53b6c22669f316ae Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 16 Nov 2018 14:29:01 +1100 Subject: [PATCH] Remove Fedora 27 mirroring Fedora 27 builds were removed with I6634317838bce4f5bbffe756d96e7dc4588b46fa. There are no more users, so we can remove the mirror now. Change-Id: I01c6fc15b332ecb4f17b7256b1c12fbe6be36227 Depends-On: https://review.openstack.org/614375 --- .../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 d83ff3210c..e3fe8b387f 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 releases/29; do +for REPO in 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 releases/29; do $MIRROR/$REPO/ $BASE/$REPO/ done -for REPO in updates/27 updates/28 updates/29 ; do +for REPO in updates/28 updates/29 ; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi