This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
cruisecontrol.rb / README.rdoc
CruiseControl.rb
What’s this?
CruiseControl.rb is a continuous integration tool. Its basic purpose in life is to alert members of a software project when one of them checks into a source control system something that breaks the build.
CC.rb is easy to install, pleasant to use and simple to hack. It’s written in Ruby.
Stuff
- Documentation: cruisecontrolrb.thoughtworks.com/documentation
- Download the latest release from
- rubyforge.org/frs/?group_id=2918
- through the ‘Download’ button on Github (remember to pick the right tag first)
- Source: github.com/thoughtworks/cruisecontrol.rb
- Issue Tracking: cruisecontrolrb.lighthouseapp.com
- Mailing Lists: rubyforge.org/mail/?group_id=2918
The quick how-to
$ ./cruise add [project-name] -r [repository] -s [svn|git|hg|bzr] $ ./cruise start
This should start cruise on port 3333.
License:
- Apache Software License 2.0
(C) ThoughtWorks Inc. 2007 - 2009







