public
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/benburkert/cruisecontrolrb.git
cruisecontrolrb / README
100644 42 lines (20 sloc) 0.955 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
== CruiseControl.rb
 
This is a fork of CruiseControl.rb that supports the git SCM. You'll need git installed to download this fork.
 
=== github URL
 
* git://github.com/benburkert/cruisecontrolrb.git
 
=== Download from github
 
Type the following command to download the source
git clone git://github.com/benburkert/cruisecontrolrb.git
 
=== 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