Add Fedora 35 mirror
Change-Id: I8dda96f4f23b331122b294329888698d1a4c7cd5
This commit is contained in:
parent
0b1a1ac099
commit
3918e15295
@ -42,7 +42,7 @@ echo_ts "----- START FEDORA MIRROR RSYNC RUN -----"
|
|||||||
echo_ts "Purging old mirrors"
|
echo_ts "Purging old mirrors"
|
||||||
$K5START rm -rf $BASE/releases/33 $BASE/updates/33
|
$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
|
if ! [ -f $BASE/$REPO ]; then
|
||||||
$K5START mkdir -p $BASE/$REPO
|
$K5START mkdir -p $BASE/$REPO
|
||||||
fi
|
fi
|
||||||
@ -71,7 +71,7 @@ for REPO in releases/34 development/rawhide; do
|
|||||||
echo_ts "... done"
|
echo_ts "... done"
|
||||||
done
|
done
|
||||||
|
|
||||||
for REPO in updates/34; do
|
for REPO in updates/34 updates/35; do
|
||||||
if ! [ -f $BASE/$REPO ]; then
|
if ! [ -f $BASE/$REPO ]; then
|
||||||
$K5START mkdir -p $BASE/$REPO
|
$K5START mkdir -p $BASE/$REPO
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user