[Lsb-messages] /var/www/bzr/lsb/devel/buildbot-config r195: Disable IRC bot, now that it works.

Jeff Licquia licquia at linuxfoundation.org
Wed Feb 1 03:38:49 UTC 2012


------------------------------------------------------------
revno: 195
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: buildbot-config
timestamp: Tue 2012-01-31 22:38:49 -0500
message:
  Disable IRC bot, now that it works.
  
  It's not likely to be useful until builds are stable, and it's already
  started spewing non-useful stuff to the channel.
modified:
  lsb_master.cfg
-------------- next part --------------
=== modified file 'lsb_master.cfg'
--- a/lsb_master.cfg	2012-02-01 00:53:03 +0000
+++ b/lsb_master.cfg	2012-02-01 03:38:49 +0000
@@ -915,11 +915,11 @@
 c['status'].append(html.WebStatus(http_port=8009, allowForce=True,
                                   auth=HTPasswdAuth(web_htpasswd_path)))
 
-c['status'].append(words.IRC(host="irc.freenode.net", nick="lsb_bb",
-                             channels=["#lsb"], allowForce=True,
-                             notify_events={'exception': 1,
-                                            'successToFailure': 1,
-                                            'failureToSuccess': 1}))
+#c['status'].append(words.IRC(host="irc.freenode.net", nick="lsb_bb",
+#                             channels=["#lsb"], allowForce=True,
+#                             notify_events={'exception': 1,
+#                                            'successToFailure': 1,
+#                                            'failureToSuccess': 1}))
 
 # from buildbot.status import mail
 # c['status'].append(mail.MailNotifier(fromaddr="buildbot at localhost",



More information about the lsb-messages mailing list