Docs: Update PATCH_URL pointing to S3 82/98082/1
authorAnil Belur <abelur@linuxfoundation.org>
Sun, 7 Nov 2021 23:04:10 +0000 (09:04 +1000)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Tue, 9 Nov 2021 14:15:12 +0000 (14:15 +0000)
Nexus LOG shipping has been decommissioned and the
generated link is no longer valid.

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I7acfa78bf4acffc3fd38a66f2fc08431b239fd66
(cherry picked from commit 6f0b40e836ee24bc7cc00ea84812c653d3424028)

docs/release-process/simultaneous-release.rst

index 76a30e4a731914b3daebda5f226f5844914d380b..274b046ded383a0f2279f83a0ce904292172e0ed 100644 (file)
@@ -157,7 +157,7 @@ done in sequence.
 
         export BUILD_NUM=55
         export OPENJDKVER="openjdk11"
-        export PATCH_URL="https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/autorelease-release-${STREAM,,}-mvn35-${OPENJDKVER}/${BUILD_NUM}/patches.tar.gz"
+        export PATCH_URL="https://s3-logs.opendaylight.org/logs/releng/vex-yul-odl-jenkins-1/autorelease-release-${STREAM,,}-mvn35-${OPENJDKVER}/${BUILD_NUM}/patches.tar.gz"
         ./scripts/release-tags.sh "${RELEASE}" /tmp/patches "$PATCH_URL"
 
 - Notify Community and Website teams