Merge "openSUSE mirror : fix paths"

This commit is contained in:
Jenkins 2017-04-03 07:57:33 +00:00 committed by Gerrit Code Review
commit 38e561b26b

View File

@ -19,7 +19,7 @@ BASE="/afs/.openstack.org/mirror/opensuse"
MIRROR="rsync://mirrors.kernel.org"
K5START="k5start -t -f /etc/opensuse.keytab service/opensuse-mirror -- timeout -k 2m 30m"
REPO=leap/42.2
REPO=distribution/leap/42.2
if ! [ -f $BASE/$REPO ]; then
$K5START mkdir -p $BASE/$REPO
fi
@ -30,7 +30,7 @@ $K5START rsync -rlptDvz \
--delete \
--delete-excluded \
--exclude="iso" \
$MIRROR/opensuse/distribution/$REPO/ $BASE/$REPO/
$MIRROR/opensuse/$REPO/ $BASE/$REPO/
REPO=update/leap/42.2
if ! [ -f $BASE/$REPO ]; then
@ -44,7 +44,7 @@ $K5START rsync -rlptDvz \
--delete-excluded \
--exclude="src/" \
--exclude="nosrc/" \
$MIRROR/opensuse/update/$REPO/ $BASE/$REPO/
$MIRROR/opensuse/$REPO/ $BASE/$REPO/
date --iso-8601=ns | $K5START tee $BASE/timestamp.txt
echo "rsync completed successfully, running vos release."