# HG changeset patch # User Louis Opter # Date 1329487951 -3600 # Node ID ebe4df228703fa8239d1f904a3d90b0969c8080b # Parent 5f56caac4ff1f8321159a09b23a67e8f940186dd finish the patches on buildbot diff -r 5f56caac4ff1 -r ebe4df228703 maintainers_activate_buildbot_irc_bot.patch --- a/maintainers_activate_buildbot_irc_bot.patch Thu Feb 16 02:14:18 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -# 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 diff -r 5f56caac4ff1 -r ebe4df228703 maintainers_fix_buildbot_url.patch --- a/maintainers_fix_buildbot_url.patch Thu Feb 16 02:14:18 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -# HG changeset patch -# Parent 85e72d294d768d4f6cd37ba27b79dd7ee1bce1a9 -maintainers: fix the buildbot url in the buildbot configuration - -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 -@@ -161,10 +161,7 @@ - # with an externally-visible host name which the buildbot cannot figure out - # without some help. - --c['buildbotURL'] = "http://{domain}:{port}/".format( -- domain=os.environ['DOTCLOUD_MASTER_HTTP_HOST'], -- port=os.environ['PORT_WWW'] --) -+c['buildbotURL'] = "http://builds.rathaxes.org/" - - ####### DB URL - diff -r 5f56caac4ff1 -r ebe4df228703 series --- a/series Thu Feb 16 02:14:18 2012 +0100 +++ b/series Fri Feb 17 15:12:31 2012 +0100 @@ -1,2 +0,0 @@ -maintainers_activate_buildbot_irc_bot.patch -maintainers_fix_buildbot_url.patch