3bb55a6625
Bitten is a Python-based framework for collecting various software metrics via continuous integration. It builds on Trac to provide an integrated web-based user interface. Build slaves are usually installed and run on multiple different systems to compile and test the software on these platforms on new checkins. Set bitten_slave_enable to "yes" and bitten_slave_urls to contain one or more Bitten build URLs. For form authentication add --form-auth to flags. WWW: http://bitten.edgewall.org/ PR: ports/140157 Submitted by: Tim Niemueller <tim@niemueller.de>
12 lines
594 B
Text
12 lines
594 B
Text
If your system is the build master, i.e. it is the system that runs
|
|
the Trac instance and integrates with the SCM, you need to configure
|
|
Trac to load the Bitten plugin and give permissions to the build
|
|
slaves.
|
|
|
|
To run a build slave (which can also be on the same host), you need
|
|
to configure it by editing %%ETCDIR%%/bitten-slave.conf.
|
|
It is recommended to use a password secured Trac instance and set
|
|
username and password appropriately for the build slaves.
|
|
|
|
For more detailed instructions please have a look at the documentation
|
|
at http://bitten.edgewall.org/wiki/Documentation/install.html
|