Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/sdk/wgetFreshSDKdir.sh')
-rwxr-xr-xproduction/sdk/wgetFreshSDKdir.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/sdk/wgetFreshSDKdir.sh b/production/sdk/wgetFreshSDKdir.sh
index f3fae5dd3..b63318792 100755
--- a/production/sdk/wgetFreshSDKdir.sh
+++ b/production/sdk/wgetFreshSDKdir.sh
@@ -15,7 +15,7 @@ initScriptTag="h=$branch"
# to use a tag instead of branch, would be tag=X, such as
# tag=vI20120417-0700, or in full form
-# http://${GIT_HOST}/c/platform/eclipse.platform.releng.eclipsebuilder.git/plain/scripts/wgetFresh.sh?tag=vI20120417-0700
+# https://${GIT_HOST}/c/platform/eclipse.platform.releng.eclipsebuilder.git/plain/scripts/wgetFresh.sh?tag=vI20120417-0700
# = = = = = = =
@@ -151,7 +151,7 @@ then
GIT_HOST=git.eclipse.org
fi
-wget --no-verbose --no-cache -O "${WORK_DIR}/master.zip" http://${GIT_HOST}/c/platform/eclipse.platform.releng.aggregator.git/snapshot/master.zip 2>&1;
+wget --no-verbose --no-cache -O "${WORK_DIR}/master.zip" https://${GIT_HOST}/c/platform/eclipse.platform.releng.aggregator.git/snapshot/master.zip 2>&1;
checkForErrorExit $? "could not get aggregator?!"
unzip -q "${WORK_DIR}/master.zip" -d "${WORK_DIR}/tempeb"

Back to the top