Ticket #1 (closed enhancement: fixed)

Opened 2 years ago

Last modified 1 year ago

Add bzr (bazaar) support

Reported by: warner Assigned to: somebody
Priority: major Milestone: 0.7.6
Component: buildbot.net Version:
Keywords: Cc:

Description

Add support for Bazaar, aka bzr. This means a checkout/update step, unit tests, and documentation.

Change History

01/24/07 02:32:27 changed by warner

  • status changed from new to closed.
  • resolution set to fixed.

done! although there are some minor naming issues that should probably be thought about

11/01/07 06:26:31 changed by piem

hi,

i could not find the corresponding file for bzr support, in 0.7.6 or in the sf.net CVS. Did I miss something, or was it not added to the trunk?

many thanks, piem

11/01/07 17:51:20 changed by warner

The checkout BuildStep? is in buildbot/steps/source.py, in the 'Bzr' class.. that's the main form of support. We still need a BzrPoller? changesource, but you can probably use the generic 'buildbot sendchange' tool instead. The unit tests are in buildbot/test/test_vc.py in the 'Bzr' class.

Docs on the steps.Bzr step are here.

hope that helps,

-Brian