public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
properly reference geminstaller config under ci dir
thewoolleyman (author)
Sun Aug 24 17:23:39 -0700 2008
NZKoz (committer)
Mon Aug 25 01:34:01 -0700 2008
commit  fb20d6f09d5e91280bf2b5888a7299b50dba7a7b
tree    e3f27efefa2a4238ea319ffaa5af8dc5ca1e0452
parent  8a4d7233aafc2f140f859fb02e686303fcac63ba
...
14
15
16
17
 
18
19
20
...
14
15
16
 
17
18
19
20
0
@@ -14,7 +14,7 @@ root_dir = File.expand_path(File.dirname(__FILE__) + "/..")
0
 
0
 # for now, use the no-passwd sudoers approach (documented in ci_setup_notes.txt)
0
 # A security hole, but there is nothing valuable on rails CI box anyway.
0
-build_results[:geminstaller] = system 'sudo geminstaller --exceptions'
0
+build_results[:geminstaller] = system 'sudo geminstaller --config=#{root_dir}/ci/geminstaller.yml --exceptions'
0
 
0
 cd "#{root_dir}/activesupport" do
0
   puts

Comments