Take the 2008 Git User's Survey and help out! [ hide ]

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
Search Repo:
preparing 1.3 release

git-svn-id: http://cruisecontrolrb.rubyforge.org/svn/trunk@616 
c04ce798-636b-4ca8-9149-0f9336831111
alexeyv (author)
Wed Apr 23 15:36:27 -0700 2008
commit  0d61f408c247e239c1f502b937dc86994361bead
tree    23414471cc56a13e1b5cb875f4db6a4c65613d29
parent  1b2573f14021246764f63f13ba7dd0788dd53aa8
...
1
 
 
2
3
4
5
6
 
 
7
8
9
...
 
1
2
3
 
4
 
 
5
6
7
8
9
0
@@ -1,9 +1,9 @@
0
-TRUNK
0
+* 1.3.0
0
+ - cruise data (build results, etc) is stored in $HOME/.cruise/ by default
0
   - builds can now be serialized - with a config option set, CC.rb will only run one build at a time
0
- - build requested status now stays on dashboard until a build starts
0
   - option to auto delete more than N builds
0
- - moved cruise data into ~/.cruise by default
0
- - plugins can now be installed w/ script/cruise_plugin script
0
+ - [experimental] plugins can be installed w/ script/cruise_plugin script
0
+ - [bugfix] build requested status now stays on dashboard until a build starts
0
   - [patch] subversion external support - nathan wilmes
0
   - [patch] relative url support - neal clark
0
 
...
1
2
3
4
 
 
 
 
 
5
6
7
...
1
2
3
 
4
5
6
7
8
9
10
11
0
@@ -1,7 +1,11 @@
0
 <div id="no_projects_help" class="help">
0
   <div style="font-size: 2em; font-weight: bold;">Welcome to CruiseControl.rb!</div>
0
   <div style="padding: 1em;">
0
- <p>There are no projects in the projects directory yet.</p>
0
+ <p>
0
+ There are no projects in the projects directory
0
+ <small>[<%= h File.join(CRUISE_DATA_ROOT, 'projects') %>]</small>
0
+ yet.
0
+ </p>
0
     <p>
0
       To add a project, open command line in the directory where you unpacked this tool, and type:
0
     </p>
...
6
7
8
 
 
 
 
9
10
...
6
7
8
9
10
11
12
13
14
0
@@ -6,5 +6,9 @@
0
     <orderEntry type="sourceFolder" forTests="false" />
0
     <orderEntryProperties />
0
   </component>
0
+ <component name="RModuleSettingsStorage">
0
+ <RMODULE_SETTINGS_STORAGE_ID NAME="SHOULD_USE_RSPEC_TEST_FRAMEWORK" VALUE="false" />
0
+ <RMODULE_SETTINGS_STORAGE_ID NAME="NUMBER" VALUE="0" />
0
+ </component>
0
 </module>
0
 

Comments

    No one has commented yet.