[Buildbot-devel] small bugfix patch in svn_buildbot.py

Brian Warner warner-buildbot at lothar.com
Sun Aug 6 22:52:15 UTC 2006


> > -    changed = [x[1:].strip() for x in changed]
> > +    changed = [x[2:].strip() for x in changed]

> -    changed = [x[1:].strip() for x in changed]
> +    changed = [x[4:].strip() for x in changed]

I'll see your 4 SVN flags and raise you two more :-). Olivier Bonnet
submitted a patch for SF#1398174 shortly after 0.7.3 was released that
ignores the first *6* columns, since they can all contain status information.
This patch was committed into buildbot HEAD in June, and will be present in
the upcoming release.

So for the moment, I'd suggest changing that x[4:] to x[6:] . Or give the
development version of buildbot (CVS HEAD, or pull from the darcs tree, or
the Arch tree) a try, or wait a couple of days for the next release.

cheers,
 -Brian





More information about the devel mailing list