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)
1  2 
jjb/integration/multipatch-distribution.sh

index fd0684cfa0895ff89284c5d64a10dc4176dbf273,c4cf32d4815f964f6758a2ee0684bd801d30a9b7..3d487209aae779f52af0d24cc2f0089511367bc4
@@@ -1,6 -1,6 +1,6 @@@
  #!/bin/bash
  
 -set -e
 +set -ex
  
  # create a fresh empty place to build this custom distribution
  BUILD_DIR=${WORKSPACE}/patch_tester
@@@ -18,7 -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.