Remove archives/ path from PATCH_URL 29/63529/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 26 Sep 2017 16:36:03 +0000 (12:36 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 26 Sep 2017 16:36:05 +0000 (12:36 -0400)
The patches file is now in the root of the logs directory.

Change-Id: I063a5c18106ad79dfd97e9e81cbe1b9ad0e60981
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/release-process/simultaneous-release.rst

index 69c3f1ed060f0b014603bb0b7dddfe39c1fcb61b..78e6c4f194f8f0728a02466eb07452ca832f340e 100644 (file)
@@ -78,7 +78,7 @@ Releasing OpenDaylight
       export RELEASE=Beryllium-SR4
       export STREAM=${RELEASE//-*}
       export BUILD_NUM=55
-      export PATCH_URL="https://logs.opendaylight.org/releng/jenkins092/autorelease-release-${STREAM,,}/${BUILD_NUM}/archives/patches.tar.gz"
+      export PATCH_URL="https://logs.opendaylight.org/releng/jenkins092/autorelease-release-${STREAM,,}/${BUILD_NUM}/patches.tar.gz"
       ./scripts/release-tags.sh "${RELEASE}" /tmp/patches "$PATCH_URL"
 
 - Run autorelease-version-bump-${STREAM} job