From 7f6b2ff0d2d8a719b675f2f915f6b786b5a52e4f Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 25 Sep 2020 12:07:52 -0700 Subject: [PATCH] Stop mirroring fedora 30 We've removed the images from nodepool in the depends-on and now we can stop mirroring the distro. Depends-On: https://review.opendev.org/754471 Change-Id: Ifd4b1fbc92514a76ffa86b7cb42a81f97c245604 --- 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 9b74c9a1e6..e8b30a9311 100755 --- a/playbooks/roles/mirror-update/files/fedora-mirror-update +++ b/playbooks/roles/mirror-update/files/fedora-mirror-update @@ -47,9 +47,9 @@ echo_ts "----- START FEDORA MIRROR RSYNC RUN -----" # Purge old releases echo_ts "Purging old mirrors" -$K5START rm -rf $BASE/releases/29 $BASE/updates/29 +$K5START rm -rf $BASE/releases/30 $BASE/updates/30 -for REPO in releases/30 releases/31 releases/32 development/rawhide; do +for REPO in releases/31 releases/32 development/rawhide; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi @@ -74,7 +74,7 @@ for REPO in releases/30 releases/31 releases/32 development/rawhide; do echo_ts "... done" done -for REPO in updates/30 updates/31 updates/32; do +for REPO in updates/31 updates/32; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi