From 5deed07a9327624463499cb1875ddee1c54a9713 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 22 Jul 2020 16:07:24 -0400 Subject: [PATCH] Use https to save a redirect ODL links should use https as http links just redirect to https anyway. Change-Id: I49ee3c8081431f85c2e9dd63d1faf02c2e0748bb Signed-off-by: Thanh Ha --- jjb/integration/multipatch-distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/multipatch-distribution.sh b/jjb/integration/multipatch-distribution.sh index 55ce2b866..c4cf32d48 100755 --- a/jjb/integration/multipatch-distribution.sh +++ b/jjb/integration/multipatch-distribution.sh @@ -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. -- 2.36.6