# HG changeset patch # User Jeff Hammel # Date 1343926892 25200 # Node ID 29bbe1b9f51f919c57de00c7cbe7a754d930b834 # Parent 3ee135e1d73b202618d50f24d09c3ff9fbbb47b4 better interpolation of host diff -r 3ee135e1d73b -r 29bbe1b9f51f autobot/template/master/master.cfg --- a/autobot/template/master/master.cfg Wed Aug 01 15:34:52 2012 -0700 +++ b/autobot/template/master/master.cfg Thu Aug 02 10:01:32 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', 'autobot@localhost') +fromaddr = config.master.get('email', 'autobot@{{domain}}') recipients = config.master.get('recipients', None) if recipients: recipients = recipients.split() @@ -169,4 +169,4 @@ ####### PROJECT IDENTITY c['projectName'] = "autobot" c['projectURL'] = "http://buildbot.sourceforge.net/" -c['buildbotURL'] = "http://localhost:%d/" % config.master['htmlport'] +c['buildbotURL'] = "http://{{domain}}:%d/" % config.master['htmlport']