Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-03-22 08:36:54 +0000
committerSravan Kumar Lakkimsetti2018-03-22 08:36:54 +0000
commita038dc89bca59bc58cd8f9f786dcc7460d4ad2c4 (patch)
tree012940783815ae94189d0ef998d84388d66f7d16 /production/sdk/promotion/syncUpdateUtils.shsource
parentc57c2eeaee01f634992c7fe32fda63a617ab6679 (diff)
downloadeclipse.platform.releng.aggregator-a038dc89bca59bc58cd8f9f786dcc7460d4ad2c4.tar.gz
eclipse.platform.releng.aggregator-a038dc89bca59bc58cd8f9f786dcc7460d4ad2c4.tar.xz
eclipse.platform.releng.aggregator-a038dc89bca59bc58cd8f9f786dcc7460d4ad2c4.zip
Bug 532383 - Modify build scripts to do a hidden build
Change-Id: I6fad1d5cbf62d60678bc993f79dc3a05a79f27f5 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/sdk/promotion/syncUpdateUtils.shsource')
-rw-r--r--production/sdk/promotion/syncUpdateUtils.shsource4
1 files changed, 1 insertions, 3 deletions
diff --git a/production/sdk/promotion/syncUpdateUtils.shsource b/production/sdk/promotion/syncUpdateUtils.shsource
index c9bb8a0f0..de2892cbc 100644
--- a/production/sdk/promotion/syncUpdateUtils.shsource
+++ b/production/sdk/promotion/syncUpdateUtils.shsource
@@ -378,7 +378,7 @@ function setToAndFromAddresses ()
# override 'TO' in localBuildProperties.shsource if doing local tests
# for initial testing, only to me -- change as desired after initial testing.
-if [[ "${buildType}" =~ [PYXUM] ]]
+if [[ "${buildType}" =~ [PYXU] ]]
then
case "${buildType}" in
"P" )
@@ -393,8 +393,6 @@ then
"X" )
export TO=${TO:-"sravankumarl@in.ibm.com"}
export SUBJECT="Experimental Build: ${SUBJECT}" ;;
- "M" )
- export TO=${TO:-"sravankumarl@in.ibm.com, akurtako@redhat.com"} ;;
*)
export TO=${TO:-"sravankumarl@in.ibm.com"}
export SUBJECT="Unknown buildType ${buildType}: ${SUBJECT}"

Back to the top