From 3918e152959b68e3e6b2270925e87ca70c632868 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 3 Nov 2021 08:08:54 +1100 Subject: [PATCH] Add Fedora 35 mirror Change-Id: I8dda96f4f23b331122b294329888698d1a4c7cd5 --- 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 70f3f0679d..0c0ab9cb1d 100755 --- a/playbooks/roles/mirror-update/files/fedora-mirror-update +++ b/playbooks/roles/mirror-update/files/fedora-mirror-update @@ -42,7 +42,7 @@ echo_ts "----- START FEDORA MIRROR RSYNC RUN -----" echo_ts "Purging old mirrors" $K5START rm -rf $BASE/releases/33 $BASE/updates/33 -for REPO in releases/34 development/rawhide; do +for REPO in releases/34 releases/35 development/rawhide; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi @@ -71,7 +71,7 @@ for REPO in releases/34 development/rawhide; do echo_ts "... done" done -for REPO in updates/34; do +for REPO in updates/34 updates/35; do if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO fi