Merge "Mirror fedora 30 for jobs"

This commit is contained in:
Zuul 2019-05-09 22:27:16 +00:00 committed by Gerrit Code Review
commit bdab965d9b
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ BASE="/afs/.openstack.org/mirror/fedora"
MIRROR="rsync://pubmirror1.math.uh.edu/fedora-buffet/fedora/linux"
K5START="k5start -t -f /etc/fedora.keytab service/fedora-mirror -- ${TIMEOUT}"
for REPO in releases/28 releases/29; do
for REPO in releases/28 releases/29 releases/30; do
if ! [ -f $BASE/$REPO ]; then
$K5START mkdir -p $BASE/$REPO
fi
@ -58,7 +58,7 @@ for REPO in releases/28 releases/29; do
$MIRROR/$REPO/ $BASE/$REPO/
done
for REPO in updates/28 updates/29 ; do
for REPO in updates/28 updates/29 updates/30; do
if ! [ -f $BASE/$REPO ]; then
$K5START mkdir -p $BASE/$REPO
fi