Use https to save a redirect
[releng/builder.git] / 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.