public
Fork of benburkert/cruisecontrolrb
Description: CruiseControl.rb is a continuous integration tool, written in Ruby. It is quick to install, simple to use and easy to hack.
Homepage: http://cruisecontrolrb.thoughtworks.com/
Clone URL: git://github.com/dustin/cruisecontrolrb.git
Search Repo:
name age message
folder .gitignore Sun May 11 02:17:19 -0700 2008 Ignore the copied stylesheet and builds dir. [dustin]
folder .hgignore Thu Feb 21 16:07:22 -0800 2008 make SVN play nice with a local Mercurial repo [alexeyv]
folder .project Mon Mar 19 00:29:31 -0700 2007 issue 20 : make outside build error show on das... [zhanglin]
folder CHANGELOG Wed Apr 23 16:57:41 -0700 2008 More documentation updates [alexeyv]
folder Capfile Tue Sep 11 14:37:37 -0700 2007 Cap 2.0 [alexeyv]
folder DEPENDENCIES Sun May 11 12:47:09 -0700 2008 A beanstalk-based scheduler for builds on demand. [dustin]
folder GIT_FORK_TODOS Thu Mar 13 07:49:36 -0700 2008 fixed adding svn projects [Muness Alrubaie]
folder LICENSE Thu Jan 25 12:54:40 -0800 2007 setting eol-style to native where appropriate [alexeyv]
folder README Fri Mar 23 00:13:35 -0700 2007 committer page [stellsmi]
folder Rakefile Fri Feb 09 16:24:07 -0800 2007 moved builds to /build/<proj>/<label> [stellsmi]
folder app/ Thu May 15 12:28:44 -0700 2008 Er, I meant show the button *unless* it's disab... [dustin]
folder config/ Wed Apr 23 16:37:23 -0700 2008 Updating documentation [alexeyv]
folder cruise Tue Sep 11 14:50:22 -0700 2007 Fixing shebang in ./cruise [alexeyv]
folder cruise.cmd Mon Jan 22 09:50:46 -0800 2007 getting executables a bit slicker and dropping ... [stellsmi]
folder cruise_config.rb Mon Apr 09 12:45:45 -0700 2007 fixing build [stellsmi]
folder cruisecontrol.iml Wed Apr 23 15:36:27 -0700 2008 preparing 1.3 release [alexeyv]
folder cruisecontrol.ipr Fri Jan 04 10:06:01 -0800 2008 cruise add ... --trace prints out the entire ba... [alexeyv]
folder daemon/ Mon Apr 09 09:35:48 -0700 2007 first cut of build chaining [stellsmi]
folder db/ Thu Feb 21 17:31:12 -0800 2008 instead of previous checkin, making it actually... [alexeyv]
folder doc/ Fri Mar 14 16:52:15 -0700 2008 hopefully fixing a few bugs - revision should d... [stellsmi]
folder lib/ Sun May 11 02:15:02 -0700 2008 require mojombo-grit [dustin]
folder log/ Thu Mar 13 07:25:39 -0700 2008 start documenting git fork dependencies, todos,... [Muness Alrubaie]
folder public/ Fri Mar 28 14:48:40 -0700 2008 better docs for ccmenu [stellsmi]
folder script/ Tue Mar 25 14:22:54 -0700 2008 Merge branch 'svn' [benburkert]
folder tasks/ Wed Aug 15 18:06:21 -0700 2007 Multiple triggers per project [alexeyv]
folder test/ Thu Apr 24 12:40:31 -0700 2008 Fixing a curious bug in Subversion unit tests, ... [alexeyv]
folder trigger-build.rb Sun May 11 12:47:09 -0700 2008 A beanstalk-based scheduler for builds on demand. [dustin]
folder vendor/ Fri Nov 16 22:20:58 -0800 2007 applying svn external patch & moving file s... [stellsmi]
README
== 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.


===Download the latest release from:

* http://rubyforge.org/frs/?group_id=2918


=== Project web site

* http://cruisecontrolrb.thoughtworks.com


===Project RubyForge site (for developers)

* http://rubyforge.org/projects/cruisecontrolrb/


===License:

* Apache Software License 2.0


(C) ThoughtWorks 2007