[zorg] r176588 - Added my email to the list of extra recipients for emails from the phased builders when they are in testing mode.
Michael Gottesman
mgottesman at apple.com
Wed Mar 6 14:28:42 PST 2013
Author: mgottesman
Date: Wed Mar 6 16:28:42 2013
New Revision: 176588
URL: http://llvm.org/viewvc/llvm-project?rev=176588&view=rev
Log:
Added my email to the list of extra recipients for emails from the phased builders when they are in testing mode.
Modified:
zorg/trunk/buildbot/llvmlab/master/config/status.py
Modified: zorg/trunk/buildbot/llvmlab/master/config/status.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/llvmlab/master/config/status.py?rev=176588&r1=176587&r2=176588&view=diff
==============================================================================
--- zorg/trunk/buildbot/llvmlab/master/config/status.py (original)
+++ zorg/trunk/buildbot/llvmlab/master/config/status.py Wed Mar 6 16:28:42 2013
@@ -23,7 +23,8 @@ def get_status_targets(standard_builders
http_port = 8013, allowForce = True),
InformativeMailNotifier(fromaddr = from_email,
- extraRecipients = ['david_dean at apple.com'],
+ extraRecipients = ['david_dean at apple.com',
+ 'mgottesman at apple.com'],
sendToInterestedUsers = False,
mode = 'change',
addLogs = False,
More information about the llvm-commits
mailing list