[Groonga-commit] groonga/heroku-buildpack-groonga at 0fe7e86 [master] Remove load.rb feature

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sat May 24 18:51:49 JST 2014


Kouhei Sutou	2014-05-24 18:51:49 +0900 (Sat, 24 May 2014)

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

  Message:
    Remove load.rb feature
    
    We don't assume that Ruby is ready.

  Modified files:
    bin/compile

  Modified: bin/compile (+0 -4)
===================================================================
--- bin/compile    2014-05-24 18:48:06 +0900 (03b4fda)
+++ bin/compile    2014-05-24 18:51:49 +0900 (70a239f)
@@ -51,10 +51,6 @@ Dir.chdir(build_dir) do
   sh("groonga", "-n", database_path, "quit")
 
   puts("-----> Loading data")
-  load_rb = "groonga/load.rb"
-  if File.executable?(load_rb)
-    ruby(load_rb, database_path)
-  end
   Dir.glob("groonga/*.grn").sort.each do |grn|
     sh("groonga", "--file", grn, database_path)
     rm(grn)
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る