[Groonga-commit] groonga/heroku-groonga-builder at a98999f [master] Remove the download_url

Back to archive index

Ryo Sugimoto null+****@clear*****
Mon Sep 15 08:07:27 JST 2014


Ryo Sugimoto	2014-09-15 08:07:27 +0900 (Mon, 15 Sep 2014)

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

  Merged 295f173: Merge branch 'build_mecab' of github.com:groonga/heroku-groonga-builder into build-mecab

  Message:
    Remove the download_url

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -2)
===================================================================
--- Rakefile    2014-09-15 08:03:32 +0900 (24f0f65)
+++ Rakefile    2014-09-15 08:07:27 +0900 (476c871)
@@ -109,7 +109,6 @@ class GroongaBuilder
   end
 
   def build_mecab
-    download_url = "https://mecab.googlecode.com/files"
     mecab_version = "0.996"
     mecab_archive_name = "mecab-#{mecab_version}"
     sh("curl",
@@ -117,7 +116,7 @@ class GroongaBuilder
        "--remote-name",
        "--location",
        "--fail",
-       "#{download_url}/#{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
-------------- next part --------------
HTML����������������������������...
下载 



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