diff options
author | Noopur Gupta | 2020-01-04 10:47:08 +0000 |
---|---|---|
committer | Sravan Kumar Lakkimsetti | 2020-01-04 11:10:59 +0000 |
commit | f1ff22d3b32762a1cddef5dcd12faef9057f5b94 (patch) | |
tree | 902b8afbec1e3dbae57da39950cbe212c9d2ab13 /cje-production | |
parent | 42f7c505f4b0ba76e400cdf8bbc7deb8d7ae7ccd (diff) | |
download | eclipse.platform.releng.aggregator-f1ff22d3b32762a1cddef5dcd12faef9057f5b94.tar.gz eclipse.platform.releng.aggregator-f1ff22d3b32762a1cddef5dcd12faef9057f5b94.tar.xz eclipse.platform.releng.aggregator-f1ff22d3b32762a1cddef5dcd12faef9057f5b94.zip |
Bug 558773: Change git.eclipse.org URLs to https
Change-Id: Ic171e010a170d100312c5959bc51328b32feb943
Diffstat (limited to 'cje-production')
-rwxr-xr-x | cje-production/mbscripts/mb030_downloadBuildToCompare.sh | 2 | ||||
-rwxr-xr-x | cje-production/scripts/checkComposites/checkComposites.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cje-production/mbscripts/mb030_downloadBuildToCompare.sh b/cje-production/mbscripts/mb030_downloadBuildToCompare.sh index 727ff0e58..5839e38be 100755 --- a/cje-production/mbscripts/mb030_downloadBuildToCompare.sh +++ b/cje-production/mbscripts/mb030_downloadBuildToCompare.sh @@ -25,7 +25,7 @@ source $1 pushd $CJE_ROOT/$TMP_DIR if [[ -z "${WORKSPACE}" ]] then - wget --recursive --no-parent --no-verbose http://$BUILD_TO_COMPARE_SITE/$PREVIOUS_RELEASE_VER/$PREVIOUS_RELEASE_ID & + wget --recursive --no-parent --no-verbose https://$BUILD_TO_COMPARE_SITE/$PREVIOUS_RELEASE_VER/$PREVIOUS_RELEASE_ID & else mkdir -p $CJE_ROOT/$TMP_DIR/$BUILD_TO_COMPARE_SITE/$PREVIOUS_RELEASE_VER epDownloadDir=/home/data/httpd/download.eclipse.org/eclipse diff --git a/cje-production/scripts/checkComposites/checkComposites.sh b/cje-production/scripts/checkComposites/checkComposites.sh index f8bfa49af..7da5167fd 100755 --- a/cje-production/scripts/checkComposites/checkComposites.sh +++ b/cje-production/scripts/checkComposites/checkComposites.sh @@ -17,7 +17,7 @@ # atomic composite repositories are valid. # can be retrieved, on Hudson, with -# wget --no-verbose --no-cache -O checkComposites.sh http://${GIT_HOST}/c/platform/eclipse.platform.releng.aggregator.git/plain/production/miscToolsAndNotes/checkComposites/checkComposites.sh; +# wget --no-verbose --no-cache -O checkComposites.sh https://${GIT_HOST}/c/platform/eclipse.platform.releng.aggregator.git/plain/production/miscToolsAndNotes/checkComposites/checkComposites.sh; # and typically set chmod +x checkComposites.sh # and then executed in "bash script" build step. |