[Groonga-commit] groonga/heroku-buildpack-rroonga at 1f2c9e9 [master] Fix GROONGA_DATABASE_PATH handling

Back to archive index

Kouhei Sutou null+****@clear*****
Sun May 25 18:23:11 JST 2014


Kouhei Sutou	2014-05-25 18:23:11 +0900 (Sun, 25 May 2014)

  New Revision: 1f2c9e9acee3ee888e04a9ba28f987aedfd42dca
  https://github.com/groonga/heroku-buildpack-rroonga/commit/1f2c9e9acee3ee888e04a9ba28f987aedfd42dca

  Message:
    Fix GROONGA_DATABASE_PATH handling
    
    It is not load path variant.

  Modified files:
    bin/compile

  Modified: bin/compile (+1 -1)
===================================================================
--- bin/compile    2014-05-25 18:14:52 +0900 (dc73389)
+++ bin/compile    2014-05-25 18:23:11 +0900 (04f8cc9)
@@ -27,7 +27,6 @@ def merge_environment_variables(variables)
     "PATH",
     "LD_LIBRARY_PATH",
     "PKG_CONFIG_PATH",
-    "GROONGA_DATABASE_PATH",
   ]
   target_paths.each do |target_path|
     all_paths = [
@@ -36,6 +35,7 @@ def merge_environment_variables(variables)
     ]
     variables[target_path] = all_paths.compact.join(File::PATH_SEPARATOR)
   end
+  vairalbes["GROONGA_DATABASE_PATH"] = ENV["GROONGA_DATABASE_PATH"]
   variables
 end
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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