[Groonga-commit] groonga/heroku-groonga-builder at 700fa67 [master] Use curl option --fail

Back to archive index

Ryo Sugimoto null+****@clear*****
Mon Aug 25 18:30:54 JST 2014


Ryo Sugimoto	2014-08-25 18:30:54 +0900 (Mon, 25 Aug 2014)

  New Revision: 700fa67e66713ce14bb4cbd6992b5a0dba3f5103
  https://github.com/groonga/heroku-groonga-builder/commit/700fa67e66713ce14bb4cbd6992b5a0dba3f5103

  Message:
    Use curl option --fail

  Modified files:
    Rakefile

  Modified: Rakefile (+2 -0)
===================================================================
--- Rakefile    2014-08-25 18:08:53 +0900 (eed68c2)
+++ Rakefile    2014-08-25 18:30:54 +0900 (b70a898)
@@ -77,6 +77,7 @@ class GroongaBuilder
        "--silent",
        "--remote-name",
        "--location",
+       "--fail",
        "https://github.com/msgpack/msgpack-c/releases/download/cpp-#{msgpack_version}/#{msgpack_archive_name}.tar.gz")
     sh("tar", "xf", "#{msgpack_archive_name}.tar.gz")
 
@@ -94,6 +95,7 @@ class GroongaBuilder
        "--silent",
        "--remote-name",
        "--location",
+       "--fail",
        "http://packages.groonga.org/source/groonga/#{archive_name}")
     sh("tar", "xf", archive_name)
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index