Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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