[Groonga-commit] groonga/heroku-buildpack-groonga at bc41e8a [master] Use build directory passed by argument

Back to archive index

Kouhei Sutou null+****@clear*****
Sat May 24 16:29:37 JST 2014


Kouhei Sutou	2014-05-24 16:29:37 +0900 (Sat, 24 May 2014)

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

  Message:
    Use build directory passed by argument

  Modified files:
    bin/release

  Modified: bin/release (+2 -3)
===================================================================
--- bin/release    2014-05-24 16:29:20 +0900 (dc0c487)
+++ bin/release    2014-05-24 16:29:37 +0900 (dde081f)
@@ -4,9 +4,8 @@ require "yaml"
 
 build_dir = ARGV.first
 
-base_dir = Dir.pwd
-database_path = File.join(base_dir, "groonga", "database")
-groonga_dir = File.join(base_dir, "vendor", "groonga")
+database_path = File.join(build_dir, "groonga", "database")
+groonga_dir = File.join(build_dir, "vendor", "groonga")
 
 release = {}
 
-------------- next part --------------
HTML����������������������������...
Download 



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