W. Martin Borgert
unread,Apr 14, 2014, 5:51:31 PM4/14/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bit...@googlegroups.com
Hi,
after using Bitten for about five years, I replaced it with
Buildbot for my software projects. Reasons:
- I changed my projects from SVN to Git and Bitten speaks only
SVN out-of-the-box, while Buildbot supports all major VCSes.
- In general, Buildbot seems to have a lot of more features to
offer than Bitten. Buildbot has a large, active community.
Btw. they use Trac themselves.
- I personally like hacking in Python and Buildbots
configuration is pure Python. It lets you do anything you
can do in Python, while Bitten is limited to the XML recipes.
- It is easier to do things like supporting multiple branches.
Even automatic branch building should be possible, but I
didn't try yet.
What do I miss?
- Trac integration: Builds in the Trac timeline, waterfall view
directly in Trac etc.
Do I recommend the switch to others?
- Only if you like to use Git or Hg. Or if you have special
build needs that justify hacking Buildbots master.cfg instead
of using XML recipes.
- If Bitten works well for you, there is no need to change.
Good-bye Bitten, and thanks for serving well all the years!