Stop mirroring Fedora 31
Nodes were stopped with I0dde34ab005f48ac521d91e407ac437d3cec965f Change-Id: Ib9cbc3f5388e668923ff7eadb3e81703875f64c0
This commit is contained in:
parent
163d5b6133
commit
8541605595
@ -43,9 +43,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/releases/30 $BASE/updates/30
|
$K5START rm -rf $BASE/releases/31 $BASE/updates/31
|
||||||
|
|
||||||
for REPO in releases/31 releases/32 releases/33 development/rawhide; do
|
for REPO in releases/32 releases/33 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/31 releases/32 releases/33 development/rawhide; do
|
|||||||
echo_ts "... done"
|
echo_ts "... done"
|
||||||
done
|
done
|
||||||
|
|
||||||
for REPO in updates/31 updates/32 updates/33; do
|
for REPO in updates/32 updates/33; 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