Merge "Add Fedora 34 mirrors"

This commit is contained in:
Zuul 2021-06-10 22:27:19 +00:00 committed by Gerrit Code Review
commit a17e7a6b81

View File

@ -45,7 +45,7 @@ echo_ts "----- START FEDORA MIRROR RSYNC RUN -----"
echo_ts "Purging old mirrors" echo_ts "Purging old mirrors"
$K5START rm -rf $BASE/releases/31 $BASE/updates/31 $K5START rm -rf $BASE/releases/31 $BASE/updates/31
for REPO in releases/32 releases/33 development/rawhide; do for REPO in releases/32 releases/33 releases/34 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
@ -74,7 +74,7 @@ for REPO in releases/32 releases/33 development/rawhide; do
echo_ts "... done" echo_ts "... done"
done done
for REPO in updates/32 updates/33; do for REPO in updates/32 updates/33 updates/34; do
if ! [ -f $BASE/$REPO ]; then if ! [ -f $BASE/$REPO ]; then
$K5START mkdir -p $BASE/$REPO $K5START mkdir -p $BASE/$REPO
fi fi