From 0b1a1ac0997d51d6c36b9bd0ef7026fa655807df Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 3 Nov 2021 08:06:05 +1100 Subject: [PATCH] Drop Fedora 33 mirror Change-Id: Iee0f242ca155ea6ef254192cbbd7961f23e1c93e --- 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 8d5a5ee8f1..70f3f0679d 100755 --- a/playbooks/roles/mirror-update/files/fedora-mirror-update +++ b/playbooks/roles/mirror-update/files/fedora-mirror-update @@ -40,9 +40,9 @@ echo_ts "----- START FEDORA MIRROR RSYNC RUN -----" # Purge old releases echo_ts "Purging old mirrors" -$K5START rm -rf $BASE/releases/32 $BASE/updates/32 +$K5START rm -rf $BASE/releases/33 $BASE/updates/33 -for REPO in releases/33 releases/34 development/rawhide; do +for REPO in releases/34 development/rawhide; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi @@ -71,7 +71,7 @@ for REPO in releases/33 releases/34 development/rawhide; do echo_ts "... done" done -for REPO in updates/33 updates/34; do +for REPO in updates/34; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi