Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-05-18 10:29:52 +0000
committerSravan Kumar Lakkimsetti2017-05-18 10:29:52 +0000
commit2249b218d499bb025efa866a06dd5dec4296bdda (patch)
treed2c142f4795c82c13319496d8238b0b128910300 /production
parent8bce47ea5f72239bad733c3d23c4d8f88711b17d (diff)
downloadeclipse.platform.releng.aggregator-2249b218d499bb025efa866a06dd5dec4296bdda.tar.gz
eclipse.platform.releng.aggregator-2249b218d499bb025efa866a06dd5dec4296bdda.tar.xz
eclipse.platform.releng.aggregator-2249b218d499bb025efa866a06dd5dec4296bdda.zip
Bug 516510 - Remove Repository Reports (Experimental)
Change-Id: Id6bd1770a383143b85fa9a39d7aae0550ca10da1 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production')
-rwxr-xr-xproduction/createReports.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/production/createReports.sh b/production/createReports.sh
index 7cd83dedf..74eb17d12 100755
--- a/production/createReports.sh
+++ b/production/createReports.sh
@@ -173,11 +173,4 @@ then
-DreportRepoDir=${buildToTest} \
-DreportOutputDir=${output_dir} \
-DreferenceRepo=${buildToCompare}
-
- # now run with "new api" which produced the color coded (experimental) reports
- ${report_app_area}/p2analyze/p2analyze -data ${output_dir}/workspace-report -vm ${JAVA_8_HOME}/bin -vmargs -Xmx2g \
- -DuseNewApi=true \
- -DreportRepoDir=${buildToTest} \
- -DreportOutputDir=${output_dir} \
- -DreferenceRepo=${buildToCompare}
fi

Back to the top