Ticket #1 (closed enhancement: fixed)
Add bzr (bazaar) support
| Reported by: | warner | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7.6 |
| Version: | Keywords: | ||
| Cc: |
Description
Add support for Bazaar, aka bzr. This means a checkout/update step, unit tests, and documentation.
Change History
comment:2 Changed 4 years ago 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
comment:3 Changed 4 years ago 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
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
done! although there are some minor naming issues that should probably be thought about