[Groonga-commit] groonga/heroku-buildpack-groonga at 37a5b3e [master] Add debug prints

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jul 1 14:59:50 JST 2014


Kouhei Sutou	2014-07-01 14:59:50 +0900 (Tue, 01 Jul 2014)

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

  Message:
    Add debug prints

  Modified files:
    bin/compile

  Modified: bin/compile (+2 -0)
===================================================================
--- bin/compile    2014-06-14 22:35:53 +0900 (6f5590f)
+++ bin/compile    2014-07-01 14:59:50 +0900 (8938a6b)
@@ -32,6 +32,8 @@ def link_executales(prefix)
   executable_dirs.each do |executable_dir|
     mkdir_p(executable_dir)
     Dir.chdir(executable_dir) do
+      puts(Dir.pwd)
+      sh("ls -laR")
       ln_s(Dir.glob("../#{prefix}/#{executable_dir}/*"), ".")
     end
   end
-------------- next part --------------
HTML����������������������������...
Download 



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