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 (
commit 771a8e279dab16be9956028ffdf3398298e99b3c
tree e5f35c3791c0b1452b51a131d1ec622d8271fe64
parent a730d2b1a0166e239eb9a730a0289bd951babd37 parent c62f90fb23a67f334df3efe00a0f664670ce0bcf
tree e5f35c3791c0b1452b51a131d1ec622d8271fe64
parent a730d2b1a0166e239eb9a730a0289bd951babd37 parent c62f90fb23a67f334df3efe00a0f664670ce0bcf
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jun 25 20:45:03 -0700 2009 | |
| |
.project | Mon Mar 19 00:29:31 -0700 2007 | |
| |
CHANGELOG | Tue Jun 30 07:29:24 -0700 2009 | |
| |
Capfile | Tue Sep 11 14:37:37 -0700 2007 | |
| |
LICENSE | Thu Jan 25 12:54:40 -0800 2007 | |
| |
README.rdoc | Tue Jun 30 08:46:13 -0700 2009 | |
| |
Rakefile | Wed Apr 01 23:45:25 -0700 2009 | |
| |
TODO | Tue Jun 30 01:16:02 -0700 2009 | |
| |
app/ | Tue Jun 30 12:51:08 -0700 2009 | |
| |
config/ | Tue May 19 18:16:49 -0700 2009 | |
| |
cruise | Wed Jun 04 17:26:41 -0700 2008 | |
| |
cruise.cmd | Mon Jan 22 09:50:46 -0800 2007 | |
| |
cruise_config.rb | Mon Apr 09 12:45:45 -0700 2007 | |
| |
cruisecontrol.iml | Wed Apr 23 15:36:27 -0700 2008 | |
| |
cruisecontrol.ipr | Thu May 15 17:35:48 -0700 2008 | |
| |
daemon/ | Tue Jun 30 01:28:25 -0700 2009 | |
| |
db/ | Wed May 28 17:27:06 -0700 2008 | |
| |
doc/ | Sun May 10 18:06:29 -0700 2009 | |
| |
lib/ | Tue Jun 30 12:51:08 -0700 2009 | |
| |
log/ | Mon Apr 28 12:56:44 -0700 2008 | |
| |
public/ | Tue Jun 30 12:51:08 -0700 2009 | |
| |
script/ | Tue Jun 30 12:51:08 -0700 2009 | |
| |
tasks/ | Wed Aug 15 18:06:21 -0700 2007 | |
| |
test/ | Tue Jun 30 12:51:08 -0700 2009 | |
| |
vendor/ | Tue May 19 18:14:26 -0700 2009 |
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







