[Buildbot-commits] [Buildbot] #2017: attaching logs to build mail is broken in 0.8.4p1
Buildbot
nobody at buildbot.net
Wed Jun 29 00:42:34 UTC 2011
#2017: attaching logs to build mail is broken in 0.8.4p1
--------------------+--------------------
Reporter: dberger | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.5
Version: 0.8.4p1 | Resolution:
Keywords: |
--------------------+--------------------
Comment (by dberger):
re: 2018 - looks like a typo
mail.py:544 and mail.py:552 both say this:
if len(builds ==1):
and I'm pretty sure they mean this:
if len(builds) == 1:
--
Ticket URL: <http://trac.buildbot.net/ticket/2017#comment:4>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list