Kouhei Sutou
null+****@clear*****
Tue Jan 6 11:23:48 JST 2015
Kouhei Sutou 2015-01-06 11:23:48 +0900 (Tue, 06 Jan 2015) New Revision: d07340c40a6ee4d2319800005459feb1607a933d https://github.com/ranguba/rroonga/commit/d07340c40a6ee4d2319800005459feb1607a933d Message: Short a long line Modified files: ext/groonga/extconf.rb Modified: ext/groonga/extconf.rb (+2 -1) =================================================================== --- ext/groonga/extconf.rb 2015-01-06 11:23:13 +0900 (f72cb49) +++ ext/groonga/extconf.rb 2015-01-06 11:23:48 +0900 (be2face) @@ -192,8 +192,9 @@ def build_groonga_from_git(major, minor, micro) FileUtils.rm_rf("groonga") message(" done\n") + repository_url = "https://github.com/groonga/groonga" run_command("cloning...", - "git clone --recursive --depth 1 https://github.com/groonga/groonga") + "git clone --recursive --depth 1 #{repository_url}") Dir.chdir("groonga") do run_command("running autogen.sh...", -------------- next part -------------- HTML����������������������������... 下载