diff --git a/playbooks/roles/mirror-update/files/fedora-mirror-update b/playbooks/roles/mirror-update/files/fedora-mirror-update index 0f177c5095..8079d25c5a 100755 --- a/playbooks/roles/mirror-update/files/fedora-mirror-update +++ b/playbooks/roles/mirror-update/files/fedora-mirror-update @@ -39,7 +39,7 @@ echo_ts "----- START FEDORA MIRROR RSYNC RUN -----" echo_ts "Purging old mirrors" $K5START rm -rf $BASE/releases/34 $BASE/updates/34 -for REPO in releases/35 development/rawhide; do +for REPO in releases/35 releases/36 development/rawhide; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi @@ -71,7 +71,7 @@ for REPO in releases/35 development/rawhide; do echo_ts "... done" done -for REPO in updates/35; do +for REPO in updates/35 updates/36; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi