Mercurial > hg > autobot
changeset 284:3ee135e1d73b
slightly saner default
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 01 Aug 2012 15:34:52 -0700 |
parents | b5a06935d996 |
children | 29bbe1b9f51f |
files | autobot/template/master/master.cfg |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/template/master/master.cfg Wed Aug 01 15:00:30 2012 -0700 +++ b/autobot/template/master/master.cfg Wed Aug 01 15:34:52 2012 -0700 @@ -148,7 +148,7 @@ # email notification; see # http://buildbot.net/buildbot/docs/latest/reference/buildbot.status.mail.MailNotifier-class.html # http://buildbot.net/buildbot/docs/0.7.1/#Defining-Status-Targets -fromaddr = config.master.get('email', '') +fromaddr = config.master.get('email', 'autobot@localhost') recipients = config.master.get('recipients', None) if recipients: recipients = recipients.split()