From 59b058f0d659b79195f71a6a6b518f85ba800147 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 30 Jul 2021 13:23:33 +1000 Subject: [PATCH] Remove Fedora 32 mirror This is no longer required Change-Id: Iff9578a41abbe9e9e3c73c50041ddd11376099e4 Depends-On: https://review.opendev.org/c/openstack/project-config/+/795643 --- playbooks/roles/mirror-update/files/fedora-mirror-update | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/roles/mirror-update/files/fedora-mirror-update b/playbooks/roles/mirror-update/files/fedora-mirror-update index 7ef97dcedd..2a2ab49c90 100755 --- a/playbooks/roles/mirror-update/files/fedora-mirror-update +++ b/playbooks/roles/mirror-update/files/fedora-mirror-update @@ -43,9 +43,9 @@ echo_ts "----- START FEDORA MIRROR RSYNC RUN -----" # Purge old releases echo_ts "Purging old mirrors" -$K5START rm -rf $BASE/releases/31 $BASE/updates/31 +$K5START rm -rf $BASE/releases/32 $BASE/updates/32 -for REPO in releases/32 releases/33 releases/34 development/rawhide; do +for REPO in releases/33 releases/34 development/rawhide; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi @@ -74,7 +74,7 @@ for REPO in releases/32 releases/33 releases/34 development/rawhide; do echo_ts "... done" done -for REPO in updates/32 updates/33 updates/34; do +for REPO in updates/33 updates/34; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi