Add Fedora 29 directories to mirror

Add the Fedora 29 directories to the Fedora mirror

Change-Id: I1d8cef615c7a6fd05b5409cb95606f534e812bcf
This commit is contained in:
Ian Wienand 2018-11-16 10:15:39 +11:00
parent 3bb6841b33
commit ddb92b8b20
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,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 -k 2m 30m"
for REPO in releases/27 releases/28; do
for REPO in releases/27 releases/28 releases/29; do
if ! [ -f $BASE/$REPO ]; then
$K5START mkdir -p $BASE/$REPO
fi
@ -47,7 +47,7 @@ for REPO in releases/27 releases/28; do
$MIRROR/$REPO/ $BASE/$REPO/
done
for REPO in updates/27 updates/28 ; do
for REPO in updates/27 updates/28 updates/29 ; do
if ! [ -f $BASE/$REPO ]; then
$K5START mkdir -p $BASE/$REPO
fi