mirror-update: drop Fedora 35

No need to mirror this any more

Change-Id: I06b3d42f2bae2410ef1ba20093b1c60a067035ea
This commit is contained in:
Ian Wienand 2023-03-06 14:45:46 +11:00
parent 2ca267af40
commit 7080f6dbce
No known key found for this signature in database

View File

@ -38,9 +38,9 @@ echo_ts "----- START FEDORA MIRROR RSYNC RUN -----"
# Purge old releases # Purge old releases
echo_ts "Purging old mirrors" echo_ts "Purging old mirrors"
$K5START rm -rf $BASE/atomic $K5START rm -rf $BASE/releases/35 $BASE/updates/35
for REPO in releases/35 releases/36 development/rawhide; do for REPO in releases/36 development/rawhide; do
if ! [ -f $BASE/$REPO ]; then if ! [ -f $BASE/$REPO ]; then
$K5START mkdir -p $BASE/$REPO $K5START mkdir -p $BASE/$REPO
fi fi
@ -72,7 +72,7 @@ for REPO in releases/35 releases/36 development/rawhide; do
echo_ts "... done" echo_ts "... done"
done done
for REPO in updates/35 updates/36; do for REPO in updates/36; do
if ! [ -f $BASE/$REPO ]; then if ! [ -f $BASE/$REPO ]; then
$K5START mkdir -p $BASE/$REPO $K5START mkdir -p $BASE/$REPO
fi fi