Stop mirroring fedora 30
We've removed the images from nodepool in the depends-on and now we can stop mirroring the distro. Depends-On: https://review.opendev.org/754471 Change-Id: Ifd4b1fbc92514a76ffa86b7cb42a81f97c245604
This commit is contained in:
parent
2cd5ebb815
commit
7f6b2ff0d2
@ -47,9 +47,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/29 $BASE/updates/29
|
$K5START rm -rf $BASE/releases/30 $BASE/updates/30
|
||||||
|
|
||||||
for REPO in releases/30 releases/31 releases/32 development/rawhide; do
|
for REPO in releases/31 releases/32 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/30 releases/31 releases/32 development/rawhide; do
|
|||||||
echo_ts "... done"
|
echo_ts "... done"
|
||||||
done
|
done
|
||||||
|
|
||||||
for REPO in updates/30 updates/31 updates/32; do
|
for REPO in updates/31 updates/32; 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