[Groonga-commit] groonga/heroku-buildpack-rroonga at 6fac05d [master] Add debug print

Back to archive index

Kouhei Sutou null+****@clear*****
Sun May 25 17:32:21 JST 2014


Kouhei Sutou	2014-05-25 17:32:21 +0900 (Sun, 25 May 2014)

  New Revision: 6fac05d152739e4f29ade77e8f7a90d4510b9683
  https://github.com/groonga/heroku-buildpack-rroonga/commit/6fac05d152739e4f29ade77e8f7a90d4510b9683

  Message:
    Add debug print

  Modified files:
    bin/compile

  Modified: bin/compile (+1 -0)
===================================================================
--- bin/compile    2014-05-25 17:00:48 +0900 (19a09f0)
+++ bin/compile    2014-05-25 17:32:21 +0900 (75c17a3)
@@ -175,6 +175,7 @@ puts("-----> Initializing database")
 Dir.chdir(arguments.build_dir) do
   groonga_database_path = File.join(arguments.build_dir, "groonga", "database")
   ENV["GROONGA_DATABASE_PATH"] = groonga_database_path
+  p merge_environment_variables(arguments.environment_variables)
   sh(merge_environment_variables(arguments.environment_variables),
      "bundle", "exec", "ruby", File.join("groonga", "init.rb"))
 end
-------------- next part --------------
HTML����������������������������...
Download 



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