[Groonga-commit] groonga/heroku-buildpack-groonga at 3d67280 [master] Add more debug print

Back to archive index

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


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

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

  Message:
    Add more debug print

  Modified files:
    bin/release

  Modified: bin/release (+4 -2)
===================================================================
--- bin/release    2016-02-25 19:38:24 +0900 (956a198)
+++ bin/release    2016-02-25 19:40:19 +0900 (14faabb)
@@ -73,8 +73,10 @@ http {
   }
 }
 #{ENV.inspect}
-#{`ls -la`}
-#{`ls -la build_dir`}
+#{build_dir}
+#{require 'find'}
+#{FInd.find('.').to_a.join("\n")}
+#{FInd.find(build_dir).to_a.join("\n")}
   CONF
 end
 
-------------- next part --------------
HTML����������������������������...
Download 



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