[Buildbot-devel] patch for inline logs and capturing errors

Greg Ward gerg.ward+buildbot at gmail.com
Tue Aug 26 16:23:58 UTC 2008


On 21 August 2008, Ted Zlatanov said:
> I put together a patch to do the following:
> 
> - inline logs (with inlineLogs=true) in the message.  At least for
>   Outlook users, this is a big convenience.
> 
> - capture and produce errors on a compile.  I created
>   WarningCountingShellCommand2 to do this, in case we needed to go back,
>   but it's just a copy of WarningCountingShellCommand with extra
>   behavior so it should superced it.

Cool, thanks!  For future reference, unified diffs ("diff -u") are much
easier to read and apply.  If you use git and clone Dustin's git
repository for hacking on Buildbot, you should get unified diff for free
from "git diff".

        Greg




More information about the devel mailing list