comparison 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
comparison
equal deleted inserted replaced
59:0b869f03ac04 60:5f56caac4ff1
1 # HG changeset patch
2 # Parent 0e61dc98b184993daf58d52de2ada2474dd111e7
3 maintainers: enable the buildbot irc bot
4
5 diff --git a/maintainers/buildbot/master/master-dotcloud.cfg b/maintainers/buildbot/master/master-dotcloud.cfg
6 --- a/maintainers/buildbot/master/master-dotcloud.cfg
7 +++ b/maintainers/buildbot/master/master-dotcloud.cfg
8 @@ -133,6 +133,19 @@
9 )
10 )
11
12 +from buildbot.status import words
13 +
14 +c['status'].append(
15 + words.IRC('chat.freenode.net', 'ratata',
16 + channels=[{'channel': '#rathaxes'}],
17 + notify_events={
18 + 'exception': 1,
19 + 'successToFailure': 1,
20 + 'failureToSuccess': 1
21 + }
22 + )
23 +)
24 +
25 ####### PROJECT IDENTITY
26
27 # the 'title' string will appear at the top of this buildbot