benburkert / cruisecontrolrb

CruiseControl.rb is a continuous integration tool, written in Ruby. It is quick to install, simple to use and easy to hack.

This URL has Read+Write access

alexeyv (author)
Thu Apr 24 15:05:32 -0700 2008
commit  da32467579a19062c1a6132380a002c91c14a0d5
tree    18ea4138d34dcfc7253478a31cd093d580bfb8d5
parent  e3ceb25c354da9a436b12d2e508c179ed5609a31
name age message
file .hgignore Thu Feb 21 16:07:22 -0800 2008 make SVN play nice with a local Mercurial repo ... [alexeyv]
file .project Mon Mar 19 00:29:31 -0700 2007 issue 20 : make outside build error show on das... [zhanglin]
file CHANGELOG Wed Apr 23 16:57:41 -0700 2008 More documentation updates git-svn-id: http://... [alexeyv]
file Capfile Tue Sep 11 14:37:37 -0700 2007 Cap 2.0 git-svn-id: http://cruisecontrolrb.rub... [alexeyv]
file LICENSE Thu Jan 25 12:54:40 -0800 2007 setting eol-style to native where appropriate ... [alexeyv]
file README Fri Mar 23 00:13:35 -0700 2007 committer page git-svn-id: http://cruisecontro... [stellsmi]
file Rakefile Fri Feb 09 16:24:07 -0800 2007 moved builds to /build/<proj>/<label> checking ... [stellsmi]
directory app/ Wed Apr 23 16:57:41 -0700 2008 More documentation updates git-svn-id: http://... [alexeyv]
directory config/ Wed Apr 23 16:37:23 -0700 2008 Updating documentation git-svn-id: http://crui... [alexeyv]
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 Fri Jan 04 10:06:01 -0800 2008 cruise add ... --trace prints out the entire ba... [alexeyv]
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/ Thu Apr 24 15:05:32 -0700 2008 oops, forgot to change the version number git-... [alexeyv]
directory public/ Fri Mar 28 14:48:40 -0700 2008 better docs for ccmenu git-svn-id: http://crui... [stellsmi]
directory script/ Sat Mar 15 10:02:14 -0700 2008 trying to fix e-mail git-svn-id: http://cruise... [stellsmi]
directory tasks/ Wed Aug 15 18:06:21 -0700 2007 Multiple triggers per project git-svn-id: http... [alexeyv]
directory test/ Thu Apr 24 12:40:31 -0700 2008 Fixing a curious bug in Subversion unit tests, ... [alexeyv]
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