Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-07-05 21:24:49 +0000
committerDavid Williams2016-07-05 21:24:49 +0000
commit5418428e3b9f1671a9562f6520f4bbedebbbb592 (patch)
tree0b19c6fa2a44d62a493ce5c3a8760a87fc5d5526 /production/sdk/promotion/syncUpdateUtils.shsource
parenta889b6dab708735dadfb703fd1fa387c3c4b7920 (diff)
downloadeclipse.platform.releng.aggregator-5418428e3b9f1671a9562f6520f4bbedebbbb592.tar.gz
eclipse.platform.releng.aggregator-5418428e3b9f1671a9562f6520f4bbedebbbb592.tar.xz
eclipse.platform.releng.aggregator-5418428e3b9f1671a9562f6520f4bbedebbbb592.zip
Revert "Bug 497187: Mail not sent to eclipse-dev-list since moving to Releng HIPP"
Diffstat (limited to 'production/sdk/promotion/syncUpdateUtils.shsource')
-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 ccab23fb9..e6ac66f05 100644
--- a/production/sdk/promotion/syncUpdateUtils.shsource
+++ b/production/sdk/promotion/syncUpdateUtils.shsource
@@ -399,6 +399,6 @@ else
export TO=${TO:-"platform-releng-dev@eclipse.org"}
fi
-export FROM=${FROM:-"e4Builder@eclipse.org"}
+export FROM=${FROM:-"genie.releng@eclipse.org"}
}

Back to the top