Kouhei Sutou
null+****@clear*****
Mon May 19 23:14:47 JST 2014
Kouhei Sutou 2014-05-19 23:14:47 +0900 (Mon, 19 May 2014) New Revision: 53be120a04c9fba6e95a626a995538580143a0f9 https://github.com/groonga/heroku-groonga-builder/commit/53be120a04c9fba6e95a626a995538580143a0f9 Message: Make Groonga version customizable Modified files: Rakefile Modified: Rakefile (+1 -2) =================================================================== --- Rakefile 2014-05-19 23:10:15 +0900 (e9270b5) +++ Rakefile 2014-05-19 23:14:47 +0900 (4da3554) @@ -3,9 +3,8 @@ require "net/http" task :default => :build -groonga_version = "4.0.1" - task :build do + groonga_version = ENV["GROONGA_VERSION"] || "4.0.1" base_name = "groonga-#{groonga_version}" archive_name = "#{base_name}.tar.gz" sh("curl", "-O", "http://packages.groonga.org/source/groonga/#{archive_name}") -------------- next part -------------- HTML����������������������������... Télécharger