Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-12-20 07:06:13 +0000
committerSravan Kumar Lakkimsetti2018-12-20 07:06:13 +0000
commit797d8b2a2e47a7b65a16547180800b98303445d7 (patch)
treeb96efdc3e1bbf8f4b57562a8d4928e3a7e78219d /production
parent6423d02429b7676ebdffebada01037d7a97f7802 (diff)
downloadeclipse.platform.releng.aggregator-797d8b2a2e47a7b65a16547180800b98303445d7.tar.gz
eclipse.platform.releng.aggregator-797d8b2a2e47a7b65a16547180800b98303445d7.tar.xz
eclipse.platform.releng.aggregator-797d8b2a2e47a7b65a16547180800b98303445d7.zip
Bug 542942 - Create generic repos I-builds and milestones to point to
4.11 repos Change-Id: Id0c3c03793528fe8893bc504ccf9768de9e729fa Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production')
-rwxr-xr-xproduction/miscToolsAndNotes/updaterepo/updateGenericComposites.sh2
-rw-r--r--production/miscToolsAndNotes/updaterepo/updateGenericComposites.xml12
2 files changed, 3 insertions, 11 deletions
diff --git a/production/miscToolsAndNotes/updaterepo/updateGenericComposites.sh b/production/miscToolsAndNotes/updaterepo/updateGenericComposites.sh
index 9b89646d5..6df80d6c1 100755
--- a/production/miscToolsAndNotes/updaterepo/updateGenericComposites.sh
+++ b/production/miscToolsAndNotes/updaterepo/updateGenericComposites.sh
@@ -38,7 +38,7 @@ fi
# Assumed there is an Eclipse SDK already installed.
# remember, the eclipse install must match the VM used (e.g. both 64 bit, both 32 bit, etc).
-ECLIPSE_EXE=${ECLIPSE_EXE:-utilities/eclipse.platform.releng.tychoeclipsebuilder/eclipse/org.eclipse.releng.basebuilder/eclipse}}
+ECLIPSE_EXE=${ECLIPSE_EXE:-utilities/eclipse.platform.releng.tychoeclipsebuilder/eclipse/org.eclipse.releng.basebuilder/eclipse}
if [[ ! -n ${ECLIPSE_EXE} && -x ${ECLIPSE_EXE} ]]
then
diff --git a/production/miscToolsAndNotes/updaterepo/updateGenericComposites.xml b/production/miscToolsAndNotes/updaterepo/updateGenericComposites.xml
index 8c085f4af..f0fdbe98d 100644
--- a/production/miscToolsAndNotes/updaterepo/updateGenericComposites.xml
+++ b/production/miscToolsAndNotes/updaterepo/updateGenericComposites.xml
@@ -36,20 +36,12 @@
in Eclipse's UI, it does not change. -->
<updatecomposite
repotocreate="/home/data/httpd/download.eclipse.org/eclipse/updates/I-builds"
- repotopointto="http://download.eclipse.org/eclipse/updates/${currentStream}-I-builds/"
+ repotopointto="https://download.eclipse.org/eclipse/updates/${currentStream}-I-builds/"
reponame="Eclipse Project current integration builds repository" />
<updatecomposite
- repotocreate="/home/data/httpd/download.eclipse.org/eclipse/updates/N-builds"
- repotopointto="http://download.eclipse.org/eclipse/updates/${currentStream}-N-builds/"
- reponame="Eclipse Project current nightly builds repository" />
- <updatecomposite
repotocreate="/home/data/httpd/download.eclipse.org/eclipse/updates/milestones"
- repotopointto="http://download.eclipse.org/eclipse/updates/${currentStream}milestones/"
+ repotopointto="https://download.eclipse.org/eclipse/updates/${currentStream}milestones/"
reponame="Eclipse Project current milestone builds repository" />
- <updatecomposite
- repotocreate="/home/data/httpd/download.eclipse.org/eclipse/updates/M-builds"
- repotopointto="http://download.eclipse.org/eclipse/updates/${maintenanceStream}-M-builds/"
- reponame="Eclipse Project maintenance builds repository" />
</target>

Back to the top