Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-03-15 12:38:16 +0000
committerSravan Kumar Lakkimsetti2017-03-15 12:38:16 +0000
commitd5205201fff3057a03ae9c725a4c9193e7a46870 (patch)
tree77adfe0ab8177117699581c425c433468198dbc9
parent09d232cb392debbc8dca7ea3aed54b6cc85338ed (diff)
downloadeclipse.platform.releng.aggregator-d5205201fff3057a03ae9c725a4c9193e7a46870.tar.gz
eclipse.platform.releng.aggregator-d5205201fff3057a03ae9c725a4c9193e7a46870.tar.xz
eclipse.platform.releng.aggregator-d5205201fff3057a03ae9c725a4c9193e7a46870.zip
adding Manoj's email for patch build testing
Change-Id: I23ccceeff45e75f555c04c4c80e9ef496614e154 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--production/sdk/promotion/syncUpdateUtils.shsource2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/sdk/promotion/syncUpdateUtils.shsource b/production/sdk/promotion/syncUpdateUtils.shsource
index e6ac66f05..47edf20b3 100644
--- a/production/sdk/promotion/syncUpdateUtils.shsource
+++ b/production/sdk/promotion/syncUpdateUtils.shsource
@@ -382,7 +382,7 @@ if [[ "${buildType}" =~ [PYX] ]]
then
case "${buildType}" in
"P" )
- export TO=${TO:-"sravankumarl@in.ibm.com,jdt-core-dev@eclipse.org"}
+ export TO=${TO:-"sravankumarl@in.ibm.com,manpalat@in.ibm.com,manoj.palat@in.ibm.com"}
export SUBJECT="Patch Build: ${SUBJECT}" ;;
"Y" )
export TO=${TO:-"sravankumarl@in.ibm.com,jdt-core-dev@eclipse.org"}

Back to the top