[Groonga-commit] groonga/heroku-buildpack-groonga at ab33968 [master] Remove needless config_vars

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 23 09:23:56 JST 2016


Kouhei Sutou	2016-02-23 09:23:56 +0900 (Tue, 23 Feb 2016)

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

  Message:
    Remove needless config_vars

  Modified files:
    bin/release

  Modified: bin/release (+0 -19)
===================================================================
--- bin/release    2016-02-23 09:14:12 +0900 (1e048ff)
+++ bin/release    2016-02-23 09:23:56 +0900 (c08aa08)
@@ -7,7 +7,6 @@ build_dir = ARGV.first
 app_dir = "/app"
 
 base_path = File.join(app_dir, "groonga")
-database_path = File.join(base_path, "database")
 
 build_groonga_dir = File.join(build_dir, "vendor", "groonga")
 app_groonga_dir = File.join(app_dir, "vendor", "groonga")
@@ -16,25 +15,7 @@ release = {}
 
 release["addons"] = []
 
-paths = [
-  File.join(app_groonga_dir, "bin"),
-  File.join(app_groonga_dir, "sbin"),
-  ENV["PATH"],
-]
-ld_library_paths = [
-  File.join(app_groonga_dir, "lib"),
-  ENV["LD_LIBRARY_PATH"],
-]
-pkg_config_paths = [
-  File.join(app_groonga_dir, "lib", "pkgconfig"),
-  ENV["PKG_CONFIG_PATH"],
-]
 release["config_vars"] = {
-  "PATH"            => paths.join(File::PATH_SEPARATOR),
-  "LD_LIBRARY_PATH" => ld_library_paths.compact.join(File::PATH_SEPARATOR),
-  "PKG_CONFIG_PATH" => pkg_config_paths.compact.join(File::PATH_SEPARATOR),
-  "GROONGA_BASE_PATH"     => base_path,
-  "GROONGA_DATABASE_PATH" => database_path,
 }
 
 app_groonga_admin_html_dir =
-------------- next part --------------
HTML����������������������������...
Download 



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