public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/thewoolleyman/rails.git
reorganize ci stuff to prepare for merge to rails mainline
thewoolleyman (author)
Sat Jul 19 11:43:04 -0700 2008
commit  478abb74c8c18dcacee69350c2fc670c73037e4b
tree    2cb56211b9fe2489c713367ed777ec8943cd357a
parent  07726f3c21fad4479eae5b4ebf75a7fce598fe73
...
64
65
66
67
 
68
69
70
...
64
65
66
 
67
68
69
70
0
@@ -64,7 +64,7 @@ BuildReaper.number_of_builds_to_keep = 100
0
 * Set up cruise project config file
0
 $ vi ~/.cruise/projects/rails/cruise_config.rb:
0
 Project.configure do |project|
0
- project.build_command = 'ruby rails_ci_build.rb'
0
+ project.build_command = 'ruby ci_build.rb'
0
  project.email_notifier.emails = ['recipient@yourdomain.com']
0
  project.email_notifier.from = 'sender@yourdomain.com'
0
 end

Comments

    No one has commented yet.