Merge "Use https to save a redirect"
authorJamo Luhrsen <jluhrsen@gmail.com>
Thu, 23 Jul 2020 03:54:12 +0000 (03:54 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 23 Jul 2020 03:54:12 +0000 (03:54 +0000)
jjb/integration/multipatch-distribution.sh

index fd0684cfa0895ff89284c5d64a10dc4176dbf273..3d487209aae779f52af0d24cc2f0089511367bc4 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.