From 1094ca34ff74ca98412f3432569f70f31700629a Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 27 Apr 2018 06:43:46 -0400 Subject: [PATCH] Add fedora-28 to AFS mirrors Fedora-28 is the next version of fedora, start mirroring it. Change-Id: Id53f66d1efc9356436fe63ef82125384e8d96242 Signed-off-by: Paul Belanger --- .../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 0ea095364e..282620f705 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 ; do +for REPO in releases/27 releases/28 ; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi @@ -44,7 +44,7 @@ for REPO in releases/27 ; do $MIRROR/$REPO/ $BASE/$REPO/ done -for REPO in updates/27 ; do +for REPO in updates/27 updates/28 ; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi