[Buildbot-devel] bzr_buildbot.py not working

David Engster deng at randomsample.de
Thu Sep 27 20:01:34 UTC 2012


Dustin J. Mitchell writes:
> On Wed, Sep 12, 2012 at 12:37 PM, David Engster <deng at randomsample.de> wrote:
>>> In this case, the problem is that revision must be a string.  Can you
>>> try this fix?
>>
>> I made sure I deleted the .pyc and double-checked that I had the patched
>> version in .bazaar/plugins, but I'm afraid it still fails with the exact
>> same error.
>
> Hm, I'm not sure what to try, then.
>
> Perhaps, keep tracking http://trac.buildbot.net/ticket/708 and try out
> the new work when it's available?

After looking into my .bzr.log I saw that the revision was still send as
an integer. So I took a chance and simply changed the *other* assignment
of change['revision'] in line 165 to

  change['revision'] = str(new_revno)

and now it works.

Still, I'm at a loss why sending the revision as a number stopped
working in the first place, because I can see in my .bzr.log that this
used to work just fine.

-David





More information about the devel mailing list