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
wasn't using custom site.css, now we are

git-svn-id: http://cruisecontrolrb.rubyforge.org/svn/trunk@588 
c04ce798-636b-4ca8-9149-0f9336831111
stellsmi (author)
Fri Jan 25 11:17:19 -0800 2008
commit  7c3ccb394925f2eabdfcd7c1fe5dadbb97eba903
tree    d01ad720bcf39493a3e24393adc34e80d0f8dbc0
parent  9ca7078236d366b14a22adbf8739e1a3625a1bf9
...
37
38
39
40
41
42
43
44
45
 
46
...
37
38
39
 
 
 
 
 
 
40
41
0
@@ -37,9 +37,4 @@ class Configuration
0
    
0
   end
0
 
0
-end
0
-
0
-# Local configuration, for example, details of the SMTP server for email notification, should be
0
-# written in ./config/site_config.rb. See ./config/site_config.rb_example for an example of what this file may
0
-# look like.
0
-require CRUISE_DATA_ROOT + '/site_config' unless RAILS_ENV == 'test' || !File.exists?(CRUISE_DATA_ROOT + "/site_config.rb")
0
+end
0
\ No newline at end of file
...
23
24
25
 
 
...
23
24
25
26
27
0
@@ -23,3 +23,5 @@ config.action_mailer.raise_delivery_errors = false
0
 CruiseControl::Log.verbose = true
0
 
0
 require 'configuration'
0
+
0
+config.after_initialize { require RAILS_ROOT + '/config/dashboard_initialize' }
...
20
21
22
 
 
23
...
20
21
22
23
24
25
0
@@ -20,4 +20,6 @@ config.action_controller.perform_caching = true
0
 require 'configuration'
0
 
0
 ProjectsMigration.new.migrate_data_if_needed
0
+
0
+config.after_initialize { require RAILS_ROOT + '/config/dashboard_initialize' }
0
 config.after_initialize { BuilderStarter.start_builders }

Comments

    No one has commented yet.