dustin / cruisecontrolrb forked from benburkert/cruisecontrolrb
- Source
- Commits
- Network (21)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
36561b7
commit 36561b7139f316e594ef45fdaf2740c8984d9999
tree 1358e03e9b2abd22ecc561840e718aaf8a45dba7
parent 2af96337f63de3f69888a1378dfca15180a344fb
tree 1358e03e9b2abd22ecc561840e718aaf8a45dba7
parent 2af96337f63de3f69888a1378dfca15180a344fb
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.hgignore | Thu Feb 21 16:07:22 -0800 2008 | |
| |
.project | Mon Mar 19 00:29:31 -0700 2007 | |
| |
CHANGELOG | Wed Apr 23 16:57:41 -0700 2008 | |
| |
Capfile | Tue Sep 11 14:37:37 -0700 2007 | |
| |
DEPENDENCIES | ||
| |
GIT_FORK_TODOS | Thu Mar 13 07:49:36 -0700 2008 | |
| |
LICENSE | Thu Jan 25 12:54:40 -0800 2007 | |
| |
README | Fri Mar 23 00:13:35 -0700 2007 | |
| |
Rakefile | Fri Feb 09 16:24:07 -0800 2007 | |
| |
app/ | ||
| |
config/ | Wed Apr 23 16:37:23 -0700 2008 | |
| |
cruise | Tue Sep 11 14:50:22 -0700 2007 | |
| |
cruise.cmd | Mon Jan 22 09:50:46 -0800 2007 | |
| |
cruise_config.rb | Mon Apr 09 12:45:45 -0700 2007 | |
| |
cruisecontrol.iml | Wed Apr 23 15:36:27 -0700 2008 | |
| |
cruisecontrol.ipr | Fri Jan 04 10:06:01 -0800 2008 | |
| |
daemon/ | Mon Apr 09 09:35:48 -0700 2007 | |
| |
db/ | Thu Feb 21 17:31:12 -0800 2008 | |
| |
doc/ | Fri Mar 14 16:52:15 -0700 2008 | |
| |
lib/ | ||
| |
log/ | Thu Mar 13 07:25:39 -0700 2008 | |
| |
public/ | Fri Mar 28 14:48:40 -0700 2008 | |
| |
script/ | Tue Mar 25 14:22:54 -0700 2008 | |
| |
tasks/ | Wed Aug 15 18:06:21 -0700 2007 | |
| |
test/ | Thu Apr 24 12:40:31 -0700 2008 | |
| |
trigger-build.rb | ||
| |
vendor/ | Fri Nov 16 22:20:58 -0800 2007 |
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

