kosmas58 / cruisecontrol.rb forked from thoughtworks/cruisecontrol.rb
- Source
- Commits
- Network (81)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.project | ||
| |
CHANGELOG | Thu Jul 09 20:43:32 -0700 2009 | |
| |
Capfile | Tue Sep 11 14:37:37 -0700 2007 | |
| |
LICENSE | Thu Jan 25 12:54:40 -0800 2007 | |
| |
README.textile | ||
| |
Rakefile | Wed Apr 01 23:45:25 -0700 2009 | |
| |
TODO | Sun Jul 19 17:30:13 -0700 2009 | |
| |
app/ | ||
| |
config/ | ||
| |
cruise | Wed Jun 04 17:26:41 -0700 2008 | |
| |
cruise.cmd | Mon Jan 22 09:50:46 -0800 2007 | |
| |
cruise_config.rb | ||
| |
cruisecontrol.iml | Wed Apr 23 15:36:27 -0700 2008 | |
| |
cruisecontrol.ipr | Thu May 15 17:35:48 -0700 2008 | |
| |
daemon/ | Wed Sep 09 23:48:07 -0700 2009 | |
| |
db/ | Tue Aug 18 23:22:02 -0700 2009 | |
| |
doc/ | Sun Jun 15 18:00:52 -0700 2008 | |
| |
lib/ | ||
| |
log/ | Mon Apr 28 12:56:44 -0700 2008 | |
| |
public/ | ||
| |
script/ | Fri Sep 18 14:14:23 -0700 2009 | |
| |
tasks/ | Wed Aug 15 18:06:21 -0700 2007 | |
| |
test/ | ||
| |
vendor/ |
README.textile
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
- “Download the latest release from
- Source
- Issue Tracking
- Mailing Lists
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
© ThoughtWorks 2007-2009
What’s within this fork?
- Updated plugins
- Added action_mailer_tls plugin
- Added statistics from O’Reilly Ruby

