From bb45516f18fc6fd38f1a4dddffa9bc8209a54c17 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 3 Apr 2017 14:45:38 +1000 Subject: [PATCH] openSUSE mirror : fix paths I presume the intent of Id3fad9ab92ac913f0f31a71873c8f85e14828796 was to mirror the upstream layout of distribution/leap/42.2/ update/leap/42.2/ This had dropped the distribution/ bit and added an extra update/ Change-Id: I8a95e12e4f84cc7f3854479c3dde2378f6af212a --- .../files/mirror/opensuse-mirror-update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/openstack_project/files/mirror/opensuse-mirror-update.sh b/modules/openstack_project/files/mirror/opensuse-mirror-update.sh index ca20c3485b..73064194ed 100644 --- a/modules/openstack_project/files/mirror/opensuse-mirror-update.sh +++ b/modules/openstack_project/files/mirror/opensuse-mirror-update.sh @@ -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."