[Buildbot-devel] A nice to have feature

Jeff R. Allen (jeffall) jeffall at cisco.com
Fri Dec 4 15:11:36 UTC 2009


I have hacked my local copy of shell.py to show the number of warnings:

 

        # If there were any warnings, make the log if lines with
warnings

        # available

        if self.warnCount:

            self.addCompleteLog("warnings (%d)" % self.warnCount,

                "\n".join(warnings) + "\n")

 

It would be nice to have an option to turn that behavior on without
having to hack shell.py.

 

By showing the number of warnings on the waterfall page, it is easy to
see if certain developers are moving the trend in the right direction or
not... J Better code through social pressure...

 

Thanks for a cool tool.

 

  -jeff

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20091204/89266c02/attachment.html>


More information about the devel mailing list