Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-04-01 12:29:15 +0000
committerSravan Kumar Lakkimsetti2020-04-01 12:29:15 +0000
commit1ea47386d3553352ac044111574c8bc9eb3b4ad9 (patch)
tree4e9781623159c6d0edc852ec29cc26cc13c7f943 /cje-production
parent5769753e9bef5bef9a257fc5aa78ed7948640890 (diff)
downloadeclipse.platform.releng.aggregator-1ea47386d3553352ac044111574c8bc9eb3b4ad9.tar.gz
eclipse.platform.releng.aggregator-1ea47386d3553352ac044111574c8bc9eb3b4ad9.tar.xz
eclipse.platform.releng.aggregator-1ea47386d3553352ac044111574c8bc9eb3b4ad9.zip
Bug 561583 - [OI2JIRO] Migrate build promotion scripts
Change-Id: I53aee894f3fca991a4de148027e922d79455119a Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production')
-rwxr-xr-xcje-production/promotion/promoteSites.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/promotion/promoteSites.sh b/cje-production/promotion/promoteSites.sh
index eccf2e05c..4c84b6341 100755
--- a/cje-production/promotion/promoteSites.sh
+++ b/cje-production/promotion/promoteSites.sh
@@ -197,7 +197,7 @@ function createBaseBuilder ()
pushd ${WORKSPACE}
scp genie.releng@projects-storage.eclipse.org:${epRelDir}/eclipse-platform-*-linux-gtk-x86_64.tar.gz eclipse-platform.tar.gz
tar xvzf eclipse-platform.tar.gz
- ${workspace}/eclipse/eclipse -nosplash \
+ ${WORKSPACE}/eclipse/eclipse -nosplash \
-debug -consolelog -data ${WORKSPACE}/workspace-toolsinstall \
-application org.eclipse.equinox.p2.director \
-repository "https://download.eclipse.org/eclipse/updates/4.15/","https://download.eclipse.org/eclipse/updates/buildtools/","https://download.eclipse.org/webtools/downloads/drops/R3.17.0/R-3.17.0-20200306035042/repositoryunittests" \

Back to the top