mirror: add Fedora 36
Add released Fedora 36 to the mirror. Traditionally we have kept two releases (prior and current) around; but depending on what is broken often we drop the prior release earlier if it is not worth fixing; this is what happened with F34. Ergo this is adding 36 and leaving 35, for now. Change-Id: I9864666be0a6e32edc730b736f81d8883411bcb2
This commit is contained in:
parent
761dbb4352
commit
8a90e1af9a
@ -39,7 +39,7 @@ echo_ts "----- START FEDORA MIRROR RSYNC RUN -----"
|
|||||||
echo_ts "Purging old mirrors"
|
echo_ts "Purging old mirrors"
|
||||||
$K5START rm -rf $BASE/releases/34 $BASE/updates/34
|
$K5START rm -rf $BASE/releases/34 $BASE/updates/34
|
||||||
|
|
||||||
for REPO in releases/35 development/rawhide; do
|
for REPO in releases/35 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
|
||||||
@ -71,7 +71,7 @@ for REPO in releases/35 development/rawhide; do
|
|||||||
echo_ts "... done"
|
echo_ts "... done"
|
||||||
done
|
done
|
||||||
|
|
||||||
for REPO in updates/35; do
|
for REPO in updates/35 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
|
||||||
|
Loading…
Reference in New Issue
Block a user