summaryrefslogtreecommitdiff
path: root/build/scripts/tools/buildbot_tool_templates/master.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'build/scripts/tools/buildbot_tool_templates/master.cfg')
-rw-r--r--build/scripts/tools/buildbot_tool_templates/master.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/scripts/tools/buildbot_tool_templates/master.cfg b/build/scripts/tools/buildbot_tool_templates/master.cfg
index 98844281..0cdc6f3f 100644
--- a/build/scripts/tools/buildbot_tool_templates/master.cfg
+++ b/build/scripts/tools/buildbot_tool_templates/master.cfg
@@ -16,6 +16,11 @@ from master import master_gen
BuildmasterConfig = {}
+# This requires a master_mail_notifications.py file in the master directory to
+# specify mail notifier. Make AddMailNotifier a no-op if none desired.
+import master_mail_notifications
+master_mail_notifications.AddMailNotifier(BuildmasterConfig)
+
master_gen.PopulateBuildmasterConfig(
BuildmasterConfig,
os.path.join(os.path.dirname(os.path.abspath(__file__)), 'builders.pyl'),