[Groonga-commit] groonga/heroku-groonga-builder at c7274e3 [master] Revert "Change the mecab tarball url because googlecode.com is dead link"

Back to archive index

Ryo Sugimoto null+****@clear*****
Mon Aug 29 22:34:46 JST 2016


Ryo Sugimoto	2016-08-29 22:34:46 +0900 (Mon, 29 Aug 2016)

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

  Message:
    Revert "Change the mecab tarball url because googlecode.com is dead link"
    
    This reverts commit 61b4cfbdb9922afdaaa100b4ba333867d35680cd.

  Modified files:
    Rakefile

  Modified: Rakefile (+3 -5)
===================================================================
--- Rakefile    2016-08-29 20:43:06 +0900 (ecd5ea8)
+++ Rakefile    2016-08-29 22:34:46 +0900 (947321f)
@@ -98,11 +98,9 @@ class GroongaBuilder
        "--remote-name",
        "--location",
        "--fail",
-       "https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7cENtOXlicTFaRUE")
-    ##       "https://mecab.googlecode.com/files/#{mecab_archive_name}.tar.gz")
-    sh("tar", "xf", "#{mecab_archive_name}.tar")
-    ##    sh("tar", "xf", "#{mecab_archive_name}.tar.gz")
-
+       "https://mecab.googlecode.com/files/#{mecab_archive_name}.tar.gz")
+    sh("tar", "xf", "#{mecab_archive_name}.tar.gz")
+    
     Dir.chdir(mecab_archive_name) do
       sh("./configure",
          "--prefix=#{absolute_mecab_prefix}")
-------------- next part --------------
HTML����������������������������...
Download 



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