Use https to save a redirect 50/91550/1
authorThanh Ha <zxiiro@gmail.com>
Wed, 22 Jul 2020 20:07:24 +0000 (16:07 -0400)
committerThanh Ha <zxiiro@gmail.com>
Wed, 22 Jul 2020 20:07:24 +0000 (16:07 -0400)
ODL links should use https as http links just redirect to https
anyway.

Change-Id: I49ee3c8081431f85c2e9dd63d1faf02c2e0748bb
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
jjb/integration/multipatch-distribution.sh

index 55ce2b86622bfab95945fd6f1b50a1748fcaf70c..c4cf32d4815f964f6758a2ee0684bd801d30a9b7 100755 (executable)
@@ -18,7 +18,7 @@ mkdir -p "$BUILD_DIR"
 cd "$BUILD_DIR"
 
 # Download distribution pom.xml
-wget "http://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=blob_plain;f=artifacts/upstream/properties/pom.xml;hb=refs/heads/$DISTROBRANCH" -O "pom.xml"
+wget "https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=blob_plain;f=artifacts/upstream/properties/pom.xml;hb=refs/heads/$DISTROBRANCH" -O "pom.xml"
 cat pom.xml
 
 # Set up git committer name and email, needed for commit creation when cherry-picking.