From d5291e021d49fb780ab8d2c68322a960f929b43c Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 16 Jun 2020 16:15:37 +1000 Subject: [PATCH] mirror-update: mirror Fedora 32 Change-Id: I4653e3bbf3388c5e6b5ab293c05b83b21ed6a7d7 --- 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 2c7b570c2c..9de3cdf8d9 100755 --- a/playbooks/roles/mirror-update/files/fedora-mirror-update +++ b/playbooks/roles/mirror-update/files/fedora-mirror-update @@ -46,7 +46,7 @@ echo_ts "----- START FEDORA MIRROR RSYNC RUN -----" echo_ts "Purging old mirrors" $K5START rm -rf $BASE/releases/29 $BASE/updates/29 -for REPO in releases/30 releases/31; do +for REPO in releases/30 releases/31 releases/32; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi @@ -71,7 +71,7 @@ for REPO in releases/30 releases/31; do echo_ts "... done" done -for REPO in updates/30 updates/31; do +for REPO in updates/30 updates/31 updates/32; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi