Author: janne.t.harkonen
Date: Tue Mar 24 08:29:12 2009
New Revision: 1506
Modified:
trunk/proto/buildbot/master.cfg
Log:
retrying mail hook with buildbot
Modified: trunk/proto/buildbot/master.cfg
==============================================================================
--- trunk/proto/buildbot/master.cfg (original)
+++ trunk/proto/buildbot/master.cfg Tue Mar 24 08:29:12 2009
@@ -90,8 +90,9 @@
from buildbot.status import mail
c['status'].append(mail.MailNotifier(fromaddr="[email protected]",
- extraRecipients=["[email protected]"],
- sendToInterestedUsers=False))
+
extraRecipients=["[email protected]"],
+ sendToInterestedUsers=False,
+ relayhost='10.127.0.12'))
#
# from buildbot.status import words
# c['status'].append(words.IRC(host="irc.example.com", nick="bb",