[Groonga-commit] groonga/heroku-buildpack-groonga at bda1f83 [master] Add debug print

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 23 00:12:22 JST 2016


Kouhei Sutou	2016-02-23 00:12:22 +0900 (Tue, 23 Feb 2016)

  New Revision: bda1f8358b278f506062e5b83193c62ddd49e64e
  https://github.com/groonga/heroku-buildpack-groonga/commit/bda1f8358b278f506062e5b83193c62ddd49e64e

  Message:
    Add debug print

  Modified files:
    bin/compile

  Modified: bin/compile (+1 -0)
===================================================================
--- bin/compile    2016-02-23 00:10:00 +0900 (976d790)
+++ bin/compile    2016-02-23 00:12:22 +0900 (a55d796)
@@ -118,6 +118,7 @@ Dir.chdir(build_dir) do
   ENV["GRN_PLUGINS_DIR"] = "#{absolete_prefix}/lib/groonga/plugins"
   ENV["GRN_RUBY_SCRIPTS_DIR"] = "#{absolete_prefix}/lib/groonga/scripts/ruby"
   ENV["MECABRC"] = "#{build_dir}/vendor/mecab/etc/mecabrc"
+  sh("ls", ENV["MECABRC"])
   mkdir_p(File.dirname(database_path))
   sh("groonga", "--log-path", "/tmp/log", "--log-level", "debug", "-n", database_path, "quit")
   puts(File.read("/tmp/log"))
-------------- next part --------------
HTML����������������������������...
下載 



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