From 40366c2258a836aa6c74dea519c7a445cb40c10c Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 6 Mar 2023 14:49:34 +1100 Subject: [PATCH] mirror-update: Add Fedora 37 Change-Id: I6e34a40d182182e332b94368a94d7ca1cebff22e --- 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 a9b5360672..230d60beac 100755 --- a/playbooks/roles/mirror-update/files/fedora-mirror-update +++ b/playbooks/roles/mirror-update/files/fedora-mirror-update @@ -40,7 +40,7 @@ echo_ts "----- START FEDORA MIRROR RSYNC RUN -----" echo_ts "Purging old mirrors" $K5START rm -rf $BASE/releases/35 $BASE/updates/35 -for REPO in releases/36 development/rawhide; do +for REPO in releases/36 releases/37 development/rawhide; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi @@ -72,7 +72,7 @@ for REPO in releases/36 development/rawhide; do echo_ts "... done" done -for REPO in updates/36; do +for REPO in updates/36 updates/37; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi