Skip to main content
summaryrefslogtreecommitdiffstats
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 /production/miscToolsAndNotes
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 'production/miscToolsAndNotes')
-rwxr-xr-xproduction/miscToolsAndNotes/checkComposites/checkComposites.sh2
-rwxr-xr-xproduction/miscToolsAndNotes/cloneUtilities/cloneUtilities.sh2
-rw-r--r--production/miscToolsAndNotes/createDeltaPack/createDeltaPack.xml2
-rwxr-xr-xproduction/miscToolsAndNotes/misc/wgetFresh.sh10
4 files changed, 8 insertions, 8 deletions
diff --git a/production/miscToolsAndNotes/checkComposites/checkComposites.sh b/production/miscToolsAndNotes/checkComposites/checkComposites.sh
index 5576ebbae..ad556cc0b 100755
--- a/production/miscToolsAndNotes/checkComposites/checkComposites.sh
+++ b/production/miscToolsAndNotes/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.
diff --git a/production/miscToolsAndNotes/cloneUtilities/cloneUtilities.sh b/production/miscToolsAndNotes/cloneUtilities/cloneUtilities.sh
index 085ee9940..760369d65 100755
--- a/production/miscToolsAndNotes/cloneUtilities/cloneUtilities.sh
+++ b/production/miscToolsAndNotes/cloneUtilities/cloneUtilities.sh
@@ -22,7 +22,7 @@
# main build or making use of its submodules.
# This one file can be retrieved with
-# wget http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/plain/production/miscToolsAndNotes/cloneUtilities/cloneUtilities.sh
+# wget https://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/plain/production/miscToolsAndNotes/cloneUtilities/cloneUtilities.sh
# and then chmod +x cloneUtilities.sh
# and then executed with ./cloneUtilities.sh
# It is best to remove 'cloneUtilities.sh' and wget it each
diff --git a/production/miscToolsAndNotes/createDeltaPack/createDeltaPack.xml b/production/miscToolsAndNotes/createDeltaPack/createDeltaPack.xml
index 29c98e7ce..d92fbed51 100644
--- a/production/miscToolsAndNotes/createDeltaPack/createDeltaPack.xml
+++ b/production/miscToolsAndNotes/createDeltaPack/createDeltaPack.xml
@@ -47,7 +47,7 @@
<!--
This 'createDeltaPack' target is conceptually very similar to the one we refer to in our
documentation, in our Git repo, at
- http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/plain/scripts/createdeltapack.xml
+ https://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/plain/scripts/createdeltapack.xml
Only in this one, there is no need to "zip up" the delta pack.
deltaPackInstalled can be set by caller, if they happen to know deltaPack is already installed,
and they simply want to run the pdebuild tests.
diff --git a/production/miscToolsAndNotes/misc/wgetFresh.sh b/production/miscToolsAndNotes/misc/wgetFresh.sh
index e29345bfc..aa20bb84d 100755
--- a/production/miscToolsAndNotes/misc/wgetFresh.sh
+++ b/production/miscToolsAndNotes/misc/wgetFresh.sh
@@ -13,18 +13,18 @@ initScriptTag="h=master"
# to use a tag instead of branch, would be tag=X, such as
# tag=vI20120417-0700, or in full form
-# http://git.eclipse.org/c/platform/eclipse.platform.releng.eclipsebuilder.git/plain/scripts/wgetFresh.sh?tag=vI20120417-0700
+# https://git.eclipse.org/c/platform/eclipse.platform.releng.eclipsebuilder.git/plain/scripts/wgetFresh.sh?tag=vI20120417-0700
source checkForErrorExit.sh
gitfile=makeBranch.sh
-wget --no-verbose -O ${gitfile} http://${GIT_HOST}/c/platform/eclipse.platform.releng.eclipsebuilder.git/plain/scripts/sdk/${gitfile}?$initScriptTag 2>&1;
+wget --no-verbose -O ${gitfile} https://${GIT_HOST}/c/platform/eclipse.platform.releng.eclipsebuilder.git/plain/scripts/sdk/${gitfile}?$initScriptTag 2>&1;
checkForErrorExit $? "could not wget file: ${gitfile}"
gitfile=renameBuild.sh
-wget --no-verbose -O ${gitfile} http://${GIT_HOST}/c/platform/eclipse.platform.releng.eclipsebuilder.git/plain/scripts/sdk/${gitfile}?$initScriptTag 2>&1;
+wget --no-verbose -O ${gitfile} https://${GIT_HOST}/c/platform/eclipse.platform.releng.eclipsebuilder.git/plain/scripts/sdk/${gitfile}?$initScriptTag 2>&1;
checkForErrorExit $? "could not wget file: ${gitfile}"
gitfile=checkForErrorExit.sh
-wget --no-verbose -O ${gitfile} http://${GIT_HOST}/c/platform/eclipse.platform.releng.eclipsebuilder.git/plain/scripts/sdk/${gitfile}?$initScriptTag 2>&1;
+wget --no-verbose -O ${gitfile} https://${GIT_HOST}/c/platform/eclipse.platform.releng.eclipsebuilder.git/plain/scripts/sdk/${gitfile}?$initScriptTag 2>&1;
checkForErrorExit $? "could not wget file: ${gitfile}"
# get this script itself (would have to run twice to make use changes, naturally)
@@ -32,7 +32,7 @@ checkForErrorExit $? "could not wget file: ${gitfile}"
# but will remove it if no differences found.
# and a command line like the following works well
-wget --no-verbose -O wgetFresh.NEW.sh http://${GIT_HOST}/c/platform/eclipse.platform.releng.eclipsebuilder.git/plain/scripts/sdk/wgetFresh.sh?$initScriptTag 2>&1;
+wget --no-verbose -O wgetFresh.NEW.sh https://${GIT_HOST}/c/platform/eclipse.platform.releng.eclipsebuilder.git/plain/scripts/sdk/wgetFresh.sh?$initScriptTag 2>&1;
differs=`diff wgetFresh.NEW.sh wgetFresh.sh`

Back to the top