From 2e4858e596c78df2d96250df70e40b934357325c Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 9 Jun 2021 13:12:57 -0400 Subject: [PATCH] Add Fedora 34 mirrors Change-Id: I157484236c3dd8783066d9b1b6d7906ed3649c3e --- playbooks/roles/mirror-update/files/fedora-mirror-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/mirror-update/files/fedora-mirror-update b/playbooks/roles/mirror-update/files/fedora-mirror-update index 5026a2fe69..7ef97dcedd 100755 --- a/playbooks/roles/mirror-update/files/fedora-mirror-update +++ b/playbooks/roles/mirror-update/files/fedora-mirror-update @@ -45,7 +45,7 @@ echo_ts "----- START FEDORA MIRROR RSYNC RUN -----" echo_ts "Purging old mirrors" $K5START rm -rf $BASE/releases/31 $BASE/updates/31 -for REPO in releases/32 releases/33 development/rawhide; do +for REPO in releases/32 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 development/rawhide; do echo_ts "... done" done -for REPO in updates/32 updates/33; do +for REPO in updates/32 updates/33 updates/34; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi