[zorg] r179423 - Changed the irc name of llvmlab to phased-bb-llvmlab since llvmlab is easily confused with llvmbb.
Michael Gottesman
mgottesman at apple.com
Fri Apr 12 15:43:01 PDT 2013
Author: mgottesman
Date: Fri Apr 12 17:43:01 2013
New Revision: 179423
URL: http://llvm.org/viewvc/llvm-project?rev=179423&view=rev
Log:
Changed the irc name of llvmlab to phased-bb-llvmlab since llvmlab is easily confused with llvmbb.
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=179423&r1=179422&r2=179423&view=diff
==============================================================================
--- zorg/trunk/buildbot/llvmlab/master/config/status.py (original)
+++ zorg/trunk/buildbot/llvmlab/master/config/status.py Fri Apr 12 17:43:01 2013
@@ -44,7 +44,7 @@ def get_status_targets(standard_builders
return [
buildbot.status.html.WebStatus(
http_port = 8013, allowForce = True),
- buildbot.status.words.IRC('irc.oftc.net', 'llvmlab',
+ buildbot.status.words.IRC('irc.oftc.net', 'phased-bb-llvmlab',
port=6668,
channels=['llvm'],
allowForce=False,
More information about the llvm-commits
mailing list