Ticket #708 (new enhancement)

Opened 2 years ago

Last modified 3 months ago

Incorporate bzr_poller.py and add more docs

Reported by: dustin Owned by:
Priority: major Milestone: 0.8.+
Version: master Keywords: bzr
Cc:

Description

It looks like the BzrPoller? is ready to be used as a changesource - I'm not sure why it's in contrib instead.

Change History

comment:1 Changed 2 years ago by dustin

  • Keywords bzr added

comment:2 Changed 17 months ago by psykidellic

Hello

I tried to use the BZR poller and hit upon couple of issues for which I received help in the IRC channel.

The two change were:

  • Comment out line 243-247. I am not sure about the reason so I will be looking deeper into it soon. Mostly it looks like API mismatch.

#for change in reversed(self.parent.changes): # if change.branch == ourbranch: # self.last_revision = change.revision # break #else:

  • The API has changed from get_apparent_author to get_apparent_authors so I had to update line #170-172 to get_apparent_authors()[0].

I have hosted the changed file at  https://bitbucket.org/psykidellic/buildbot-pollers/. I plan to update it as I find solutions. Once it reaches a clean version, maybe I can create a patch/diff for the actual repository.

comment:3 Changed 17 months ago by dustin

Sounds great - thanks for the updates!

comment:4 Changed 3 months ago by dustin

psykidellic - did you finish this?

Note: See TracTickets for help on using tickets.