[zorg] r176586 - Removed the extra IRC status.

Michael Gottesman mgottesman at apple.com
Wed Mar 6 14:27:41 PST 2013


Author: mgottesman
Date: Wed Mar  6 16:27:41 2013
New Revision: 176586

URL: http://llvm.org/viewvc/llvm-project?rev=176586&view=rev
Log:
Removed the extra IRC status.

I am going to push on this a bit and just get the phased builders out of testing
(which was probably the right way to go in the first place).

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=176586&r1=176585&r2=176586&view=diff
==============================================================================
--- zorg/trunk/buildbot/llvmlab/master/config/status.py (original)
+++ zorg/trunk/buildbot/llvmlab/master/config/status.py Wed Mar  6 16:27:41 2013
@@ -28,13 +28,6 @@ def get_status_targets(standard_builders
                                     mode = 'change',
                                     addLogs = False,
                                     num_lines = 15),
-            buildbot.status.words.IRC('irc.oftc.net', 'llvmlab',
-                                      port=6668,
-                                      channels=['llvm'],
-                                      allowForce=False,
-                                      password='smooshy',
-                                      notify_events=['successToFailure', 'failureToSuccess'],
-                                      categories=['build', 'test']),
             ]
 
     # Get the path to the authors file we use for email lookup.





More information about the llvm-commits mailing list