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
name age message
file .gitignore Loading commit data...
file .hgignore Thu Feb 21 16:07:22 -0800 2008 make SVN play nice with a local Mercurial repo ... [alexeyv]
file .project
file CHANGELOG Wed Apr 23 16:57:41 -0700 2008 More documentation updates git-svn-id: http://... [alexeyv]
file Capfile
file DEPENDENCIES
file GIT_FORK_TODOS Thu Mar 13 07:49:36 -0700 2008 fixed adding svn projects [Muness Alrubaie]
file LICENSE Thu Jan 25 12:54:40 -0800 2007 setting eol-style to native where appropriate ... [alexeyv]
file README
file Rakefile
directory app/
directory config/
file cruise Tue Sep 11 14:50:22 -0700 2007 Fixing shebang in ./cruise git-svn-id: http://... [alexeyv]
file cruise.cmd Mon Jan 22 09:50:46 -0800 2007 getting executables a bit slicker and dropping ... [stellsmi]
file cruise_config.rb Mon Apr 09 12:45:45 -0700 2007 fixing build git-svn-id: http://cruisecontrolr... [stellsmi]
file cruisecontrol.iml Wed Apr 23 15:36:27 -0700 2008 preparing 1.3 release git-svn-id: http://cruis... [alexeyv]
file cruisecontrol.ipr
directory daemon/ Mon Apr 09 09:35:48 -0700 2007 first cut of build chaining git-svn-id: http:/... [stellsmi]
directory db/ Thu Feb 21 17:31:12 -0800 2008 instead of previous checkin, making it actually... [alexeyv]
directory doc/ Fri Mar 14 16:52:15 -0700 2008 hopefully fixing a few bugs - revision should d... [stellsmi]
directory lib/
directory log/
directory public/
directory script/
directory tasks/
directory test/
file trigger-build.rb
directory vendor/ Fri Nov 16 22:20:58 -0800 2007 applying svn external patch & moving file sandb... [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