view maintainers_activate_buildbot_irc_bot.patch @ 60:5f56caac4ff1

Add a quick series on buildbot
author Louis Opter <louis@lse.epitech.net>
date Thu, 16 Feb 2012 02:14:18 +0100
parents
children
line wrap: on
line source

# HG changeset patch
# Parent 0e61dc98b184993daf58d52de2ada2474dd111e7
maintainers: enable the buildbot irc bot

diff --git a/maintainers/buildbot/master/master-dotcloud.cfg b/maintainers/buildbot/master/master-dotcloud.cfg
--- a/maintainers/buildbot/master/master-dotcloud.cfg
+++ b/maintainers/buildbot/master/master-dotcloud.cfg
@@ -133,6 +133,19 @@
     )
 )
 
+from buildbot.status import words
+
+c['status'].append(
+    words.IRC('chat.freenode.net', 'ratata',
+        channels=[{'channel': '#rathaxes'}],
+        notify_events={
+            'exception': 1,
+            'successToFailure': 1,
+            'failureToSuccess': 1
+        }
+    )
+)
+
 ####### PROJECT IDENTITY
 
 # the 'title' string will appear at the top of this buildbot