D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
http_parser.rb-0.6.0
/
tasks
/
Filename :
submodules.rake
back
Copy
desc "Fetch upstream submodules" task :submodules do if Dir['ext/ruby_http_parser/vendor/http-parser/*'].empty? sh 'git submodule init' sh 'git submodule update' end end