mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Dont mkdir for each framework now that theyre checked out in their entirety
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3779 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
0635f633cc
commit
3c756f85be
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ namespace :rails do
|
|||
revision_switch = ENV['REVISION'] ? " -r #{ENV['REVISION']}" : ''
|
||||
|
||||
for framework in %w( railties actionpack activerecord actionmailer activesupport actionwebservice )
|
||||
mkdir_p "vendor/rails/#{framework}"
|
||||
system "svn export http://dev.rubyonrails.org/svn/rails/trunk/#{framework} vendor/rails/#{framework} #{revision_switch}"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue