[zorg] r178185 - Changed internal_lookup to public_lookup.

Michael Gottesman mgottesman at apple.com
Wed Mar 27 14:38:34 PDT 2013


Author: mgottesman
Date: Wed Mar 27 16:38:34 2013
New Revision: 178185

URL: http://llvm.org/viewvc/llvm-project?rev=178185&view=rev
Log:
Changed internal_lookup to public_lookup.

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=178185&r1=178184&r2=178185&view=diff
==============================================================================
--- zorg/trunk/buildbot/llvmlab/master/config/status.py (original)
+++ zorg/trunk/buildbot/llvmlab/master/config/status.py Wed Mar 27 16:38:34 2013
@@ -66,11 +66,11 @@ def get_status_targets(standard_builders
 
         # Regular problem build notifier.
         #
-        # These emails go to the interested (internal users), and the catch-all
+        # These emails go to the interested public_users, and the catch-all
         # list.
         InformativeMailNotifier(
             fromaddr = from_email,
-            lookup = internal_lookup,
+            lookup = public_lookup,
             extraRecipients = ['llvm-testresults at cs.uiuc.edu'],
             sendToInterestedUsers = True,
             mode = 'problem',





More information about the llvm-commits mailing list