Kouhei Sutou
null+****@clear*****
Sun Aug 24 22:36:45 JST 2014
Kouhei Sutou 2014-08-24 22:36:45 +0900 (Sun, 24 Aug 2014) New Revision: 335451317e90a6d38c1f7f17c7a80bbfdaa1296c https://github.com/groonga/heroku-groonga-builder/commit/335451317e90a6d38c1f7f17c7a80bbfdaa1296c Message: Use the same curl options for downloading Groonga tar.gz as MessagePack tar.gz Because curl options for MessagePack are readable rather than existing curl options for Groonga. Modified files: Rakefile Modified: Rakefile (+4 -1) =================================================================== --- Rakefile 2014-08-24 22:35:45 +0900 (e5816c1) +++ Rakefile 2014-08-24 22:36:45 +0900 (ebc4301) @@ -88,7 +88,10 @@ class GroongaBuilder def build_groonga archive_name = "#{groonga_base_name}.tar.gz" - sh("curl", "-O", + sh("curl", + "--silent", + "--remote-name", + "--location", "http://packages.groonga.org/source/groonga/#{archive_name}") sh("tar", "xf", archive_name) -------------- next part -------------- HTML����������������������������... 下载