Contents
Bitten for Git
Description
Warning: BittenForGitPlugin is in early testing phase!
This is a modified version of Bitten. Bitten is a continuous integration plugin for Trac. It aims to be fully compatible with the git version control system. Use it to fully utilize the capabilites of Bitten when your version control system is Git.
Feature: Instead of the "path", "min revision" and "max revision" of the original Bitten build configuration, a branch is specified.
See also: BittenLintAnnotatePlugin
Bugs/Feature Requests
Existing bugs and feature requests for BittenForGitPlugin are here.
If you have any issues, create a new ticket.
defect |
3 / 7 |
---|
Download
Download the zipped source from here.
Source
You can check out BittenForGitPlugin from here using Subversion, or browse the source with Trac.
Installation
Install it instead of normal Bitten. Remove all Bitten tables before installation, as the database schema is different and no automatic conversion is implemented at the moment. Install it like you would install Bitten.
Set the following in your trac.ini
file:
[git] cached_repository = false
Setting it to true will cause errors currently.
Recent Changes