Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-12-21 09:57:16 +0000
committerSravan Kumar Lakkimsetti2018-12-21 09:57:16 +0000
commit63da3410cb37c2fe50321ca28f2c802e14f91d12 (patch)
tree911b4975e1d8f7b3457bffc96fa2e602fb29f9ec
parent35964f88b0528dfa5c1c1ae56202fc89f73d3020 (diff)
downloadeclipse.platform.releng.aggregator-63da3410cb37c2fe50321ca28f2c802e14f91d12.tar.gz
eclipse.platform.releng.aggregator-63da3410cb37c2fe50321ca28f2c802e14f91d12.tar.xz
eclipse.platform.releng.aggregator-63da3410cb37c2fe50321ca28f2c802e14f91d12.zip
Bug 542980 - Discontinue generation of jeeps report in the I-builds
Change-Id: Ic43c3b9e740d15ea94d3b59f9fdc2c8816fa4eda Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xproduction/master-build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/production/master-build.sh b/production/master-build.sh
index c7dc15859..9627e571b 100755
--- a/production/master-build.sh
+++ b/production/master-build.sh
@@ -483,8 +483,6 @@ else
echo "No repo published, since BUILD_FAILED"
fi
-${SCRIPT_PATH}/reports/jdepsReport.sh ${BUILD_ROOT}/siteDir/updates/${STREAMMajor}.${STREAMMinor}-${BUILD_TYPE}-builds/${BUILD_ID}/ ${logsDirectory}/jdepsReport.txt
-
#For now, only "publish equinox and promote" if N, I or M build, skip if P, X, or Y
# TODO: probably never need to promote equinox, for patch build?

Back to the top