[Groonga-commit] groonga/heroku-buildpack-groonga at 8765629 [master] Use application directory

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 19 23:51:42 JST 2014


Kouhei Sutou	2014-05-19 23:51:42 +0900 (Mon, 19 May 2014)

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

  Message:
    Use application directory

  Modified files:
    bin/release

  Modified: bin/release (+4 -3)
===================================================================
--- bin/release    2014-05-19 23:44:33 +0900 (57bdfaa)
+++ bin/release    2014-05-19 23:51:42 +0900 (dc0c487)
@@ -4,8 +4,9 @@ require "yaml"
 
 build_dir = ARGV.first
 
-database_path = File.join(build_dir, "groonga", "database")
-groonga_dir = File.join(build_dir, "vendor", "groonga")
+base_dir = Dir.pwd
+database_path = File.join(base_dir, "groonga", "database")
+groonga_dir = File.join(base_dir, "vendor", "groonga")
 
 release = {}
 
@@ -26,7 +27,7 @@ release["config_vars"] = {
 }
 
 release["default_process_types"] = {
-  "web" => "env; groonga-httpd",
+  "web" => "groonga-httpd",
 }
 
 groonga_httpd_conf_dir = File.join(groonga_dir, "etc", "groonga", "httpd")
-------------- next part --------------
HTML����������������������������...
Download 



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