public
Description: Cruise Control for Ruby, keep it simple
Homepage: http://cruisecontrolrb.thoughtworks.com
Clone URL: git://github.com/thoughtworks/cruisecontrol.rb.git
name age message
file .gitignore Tue Jul 28 04:10:03 -0700 2009 ignore tmtags [thewoolleyman]
file .project Mon Mar 19 00:29:31 -0700 2007 r375: issue 20 : make outside build error show ... [Lin Zhang]
file CHANGELOG Thu Jul 09 20:43:32 -0700 2009 Additions to CHANGELOG. Others should update as... [bguthrie]
file Capfile Tue Sep 11 14:37:37 -0700 2007 r535: Cap 2.0 [alexeyv]
file LICENSE Thu Jan 25 12:54:40 -0800 2007 r44: setting eol-style to native where appropriate [alexeyv]
file README.rdoc Tue Jun 30 08:46:13 -0700 2009 Updating README [kaiwren]
file Rakefile Wed Apr 01 23:45:25 -0700 2009 bump - commit to force CI build [thewoolleyman]
file TODO Sun Jul 19 17:30:13 -0700 2009 Cruise now once again starts on port 3333 by de... [bguthrie]
directory app/ Tue Sep 29 17:35:36 -0700 2009 Fixed an arttifact URL generation bug introduce... [alexeyv]
directory config/ Tue Sep 08 15:18:41 -0700 2009 Improving ruby 1.9 compatibility - functional a... [mrduncan]
file cruise Wed Jun 04 17:26:41 -0700 2008 minor tweaking [alexeyv]
file cruise.cmd Mon Jan 22 09:50:46 -0800 2007 r13: getting executables a bit slicker and drop... [stellsmi]
file cruise_config.rb Sat Aug 29 14:05:11 -0700 2009 lock down emails to only come from official bui... [thewoolleyman]
file cruisecontrol.iml Wed Apr 23 15:36:27 -0700 2008 r616: preparing 1.3 release [alexeyv]
file cruisecontrol.ipr Thu May 15 17:35:48 -0700 2008 Fixing http://cruisecontrolrb.lighthouseapp.com... [alexeyv]
directory daemon/ Wed Sep 09 23:48:07 -0700 2009 remove daemon requirment for mongrel on ruby 1.... [thewoolleyman]
directory db/ Tue Aug 18 23:22:02 -0700 2009 update 002 migration to work properly with Rail... [thewoolleyman]
directory doc/ Sun May 10 18:06:29 -0700 2009 All unit tests now run in Rails 2.3.2. [bguthrie]
directory lib/ Sun Sep 20 19:18:20 -0700 2009 Fixing the rest of the failing tests for ruby 1... [mrduncan]
directory log/ Mon Apr 28 12:56:44 -0700 2008 adding a log directory [alexeyv]
directory public/ Tue Jun 30 12:51:08 -0700 2009 Merging thoughtworks/master. [bguthrie]
directory script/ Fri Sep 18 14:14:23 -0700 2009 Manual merge from HEAD. [bguthrie]
directory tasks/ Wed Aug 15 18:06:21 -0700 2007 r525: Multiple triggers per project [alexeyv]
directory test/ Tue Sep 29 17:35:36 -0700 2009 Fixed an arttifact URL generation bug introduce... [alexeyv]
directory vendor/ Tue Sep 08 15:18:41 -0700 2009 Improving ruby 1.9 compatibility - functional a... [mrduncan]
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

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