[Groonga-commit] groonga/heroku-buildpack-groonga at 065d4f1 [master] Fix NameError

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Feb 25 19:34:24 JST 2016


Kouhei Sutou	2016-02-25 19:34:24 +0900 (Thu, 25 Feb 2016)

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

  Message:
    Fix NameError

  Modified files:
    bin/release

  Modified: bin/release (+1 -0)
===================================================================
--- bin/release    2016-02-25 19:31:35 +0900 (c08aa08)
+++ bin/release    2016-02-25 19:34:24 +0900 (34692ca)
@@ -7,6 +7,7 @@ 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")
-------------- next part --------------
HTML����������������������������...
Download 



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