hansode / worklogs

0 stars 0 forks source link

何故 axsh/trema wakameはvendor/*.tar.gzをbuildするのか #34

Closed hansode closed 9 years ago

hansode commented 9 years ago
00:58:06 ./build.rb
00:58:06 mkdir /root/rpmbuild/BUILD/wakame-vdc-15.03/vendor/bundle/ruby/2.0.0/bundler/gems/trema-ad6792404569/objects
00:58:06 tar -xzf /root/rpmbuild/BUILD/wakame-vdc-15.03/vendor/bundle/ruby/2.0.0/bundler/gems/trema-ad6792404569/vendor/openflow-1.0.0.tar.gz -C /root/rpmbuild/BUILD/wakame-vdc-15.03/vendor/bundle/ruby/2.0.0/bundler/gems/trema-ad6792404569/vendor
00:58:06 cp -r /root/rpmbuild/BUILD/wakame-vdc-15.03/vendor/bundle/ruby/2.0.0/bundler/gems/trema-ad6792404569/vendor/openflow-1.0.0/include/openflow /root/rpmbuild/BUILD/wakame-vdc-15.03/vendor/bundle/ruby/2.0.0/bundler/gems/trema-ad6792404569/objects
hansode commented 9 years ago

https://github.com/axsh/trema/blob/wakame/Rakefile#L25

  sh "./build.rb"
hansode commented 9 years ago

https://github.com/axsh/trema/blob/wakame/Rakefile#L24-L26

task :default do
  sh "./build.rb"
end