Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2020-01-04 10:47:08 +0000
committerSravan Kumar Lakkimsetti2020-01-04 11:10:59 +0000
commitf1ff22d3b32762a1cddef5dcd12faef9057f5b94 (patch)
tree902b8afbec1e3dbae57da39950cbe212c9d2ab13 /cje-production/scripts
parent42f7c505f4b0ba76e400cdf8bbc7deb8d7ae7ccd (diff)
downloadeclipse.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
Diffstat (limited to 'cje-production/scripts')
-rwxr-xr-xcje-production/scripts/checkComposites/checkComposites.sh2
1 files changed, 1 insertions, 1 deletions
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.

Back to the top