[Groonga-commit] droonga/chef-cookbooks at 6265ef2 [master] Add "git" to the dependencies

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Apr 18 14:45:59 JST 2014


YUKI Hiroshi	2014-04-18 14:45:59 +0900 (Fri, 18 Apr 2014)

  New Revision: 6265ef27906d694704a31b9158cbaf0536194008
  https://github.com/droonga/chef-cookbooks/commit/6265ef27906d694704a31b9158cbaf0536194008

  Message:
    Add "git" to the dependencies

  Modified files:
    droonga/metadata.rb
    droonga/recipes/engine.rb

  Modified: droonga/metadata.rb (+1 -0)
===================================================================
--- droonga/metadata.rb    2014-04-16 16:22:05 +0900 (bd2ec84)
+++ droonga/metadata.rb    2014-04-18 14:45:59 +0900 (123e4d5)
@@ -10,4 +10,5 @@ recipe "droonga", "Installs and configures Droonga engine and protocol adapter"
 
 depends "runit"
 depends "build-essential"
+depends "git"
 depends "groonga"

  Modified: droonga/recipes/engine.rb (+1 -0)
===================================================================
--- droonga/recipes/engine.rb    2014-04-16 16:22:05 +0900 (1d8826f)
+++ droonga/recipes/engine.rb    2014-04-18 14:45:59 +0900 (e59bc12)
@@ -18,6 +18,7 @@
 #
 
 include_recipe "build-essential"
+include_recipe "git"
 include_recipe "groonga::development"
 
 droonga_engine = node.droonga.engine
-------------- next part --------------
HTML����������������������������...
Download 



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