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

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 22 23:57:17 JST 2016


Kouhei Sutou	2016-02-22 23:57:17 +0900 (Mon, 22 Feb 2016)

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

  Message:
    Add debug print

  Modified files:
    bin/compile

  Modified: bin/compile (+1 -0)
===================================================================
--- bin/compile    2016-02-22 23:55:23 +0900 (67a7c00)
+++ bin/compile    2016-02-22 23:57:17 +0900 (f91dd16)
@@ -123,6 +123,7 @@ Dir.chdir(build_dir) do
   ENV["LD_LIBRARY_PATH"] = build_path_environment_value(ld_library_paths)
   ENV["GRN_PLUGINS_DIR"] = "#{absolete_prefix}/plugins"
   ENV["GRN_RUBY_SCRIPTS_DIR"] = "#{absolete_prefix}/lib/mrb/scripts"
+  sh("ls", "-laR", ENV["GRN_PLUGINS_DIR"])
   mkdir_p(File.dirname(database_path))
   sh("groonga", "-n", database_path, "quit")
 
-------------- next part --------------
HTML����������������������������...
Download 



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