comparison autobot/template/master/master.cfg @ 302:8bc0160993a2

remove reference to autolog
author Jeff Hammel <k0scist@gmail.com>
date Sun, 11 May 2014 09:53:00 -0700
parents 3a4b11d4fdf0
children
comparison
equal deleted inserted replaced
301:aec0a7f8c191 302:8bc0160993a2
167 mode="problem", 167 mode="problem",
168 extraRecipients=recipients, 168 extraRecipients=recipients,
169 sendToInterestedUsers=True) 169 sendToInterestedUsers=True)
170 c['status'].append(m) 170 c['status'].append(m)
171 171
172 # autolog
173 #from autobot.status import autolog
174 #c['status'].append(autolog.AutologStatus())
175 172
176 ####### PROJECT IDENTITY 173 ####### PROJECT IDENTITY
177 c['projectName'] = "autobot" 174 c['projectName'] = "autobot"
178 c['projectURL'] = "http://buildbot.sourceforge.net/" 175 c['projectURL'] = "http://buildbot.sourceforge.net/"
179 c['buildbotURL'] = "http://{{domain}}:%s/" % config.master.get('publichtmlport', 80) 176 c['buildbotURL'] = "http://{{domain}}:%s/" % config.master.get('publichtmlport', 80)