[Groonga-commit] groonga/chef-cookbooks at 5fa45b0 [master] Fix recipe names

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jan 24 12:28:33 JST 2014


Kouhei Sutou	2014-01-24 12:28:33 +0900 (Fri, 24 Jan 2014)

  New Revision: 5fa45b0535346cf4ccd4dd896cf2d681dee99211
  https://github.com/groonga/chef-cookbooks/commit/5fa45b0535346cf4ccd4dd896cf2d681dee99211

  Message:
    Fix recipe names

  Modified files:
    groonga/recipes/command.rb
    groonga/recipes/development.rb
    groonga/recipes/httpd.rb
    groonga/recipes/library.rb
    groonga/recipes/munin-plugins.rb
    groonga/recipes/repository.rb
    groonga/recipes/server-gqtp.rb
    groonga/recipes/server-http.rb
    groonga/recipes/suggest.rb
    groonga/recipes/tokenizer-mecab.rb

  Modified: groonga/recipes/command.rb (+2 -2)
===================================================================
--- groonga/recipes/command.rb    2014-01-24 12:26:36 +0900 (4a9d471)
+++ groonga/recipes/command.rb    2014-01-24 12:28:33 +0900 (7bea634)
@@ -1,7 +1,7 @@
 # Cookbook Name:: groonga
-# Recipe:: default
+# Recipe:: command
 #
-# Copyright 2013 Kouhei Sutou <kou �� clear-code.com>
+# Copyright 2014 Kouhei Sutou <kou �� clear-code.com>
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

  Modified: groonga/recipes/development.rb (+2 -2)
===================================================================
--- groonga/recipes/development.rb    2014-01-24 12:26:36 +0900 (f58b14f)
+++ groonga/recipes/development.rb    2014-01-24 12:28:33 +0900 (b02bf8d)
@@ -1,7 +1,7 @@
 # Cookbook Name:: groonga
-# Recipe:: default
+# Recipe:: development
 #
-# Copyright 2013 Kouhei Sutou <kou �� clear-code.com>
+# Copyright 2014 Kouhei Sutou <kou �� clear-code.com>
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

  Modified: groonga/recipes/httpd.rb (+2 -2)
===================================================================
--- groonga/recipes/httpd.rb    2014-01-24 12:26:36 +0900 (fd93247)
+++ groonga/recipes/httpd.rb    2014-01-24 12:28:33 +0900 (daaecb8)
@@ -1,7 +1,7 @@
 # Cookbook Name:: groonga
-# Recipe:: default
+# Recipe:: httpd
 #
-# Copyright 2013 Kouhei Sutou <kou �� clear-code.com>
+# Copyright 2014 Kouhei Sutou <kou �� clear-code.com>
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

  Modified: groonga/recipes/library.rb (+2 -2)
===================================================================
--- groonga/recipes/library.rb    2014-01-24 12:26:36 +0900 (e3ec2bd)
+++ groonga/recipes/library.rb    2014-01-24 12:28:33 +0900 (a1dec6c)
@@ -1,7 +1,7 @@
 # Cookbook Name:: groonga
-# Recipe:: default
+# Recipe:: library
 #
-# Copyright 2013 Kouhei Sutou <kou �� clear-code.com>
+# Copyright 2014 Kouhei Sutou <kou �� clear-code.com>
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

  Modified: groonga/recipes/munin-plugins.rb (+2 -2)
===================================================================
--- groonga/recipes/munin-plugins.rb    2014-01-24 12:26:36 +0900 (976f75c)
+++ groonga/recipes/munin-plugins.rb    2014-01-24 12:28:33 +0900 (964c8f3)
@@ -1,7 +1,7 @@
 # Cookbook Name:: groonga
-# Recipe:: default
+# Recipe:: munin-plugins
 #
-# Copyright 2013 Kouhei Sutou <kou �� clear-code.com>
+# Copyright 2014 Kouhei Sutou <kou �� clear-code.com>
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

  Modified: groonga/recipes/repository.rb (+2 -2)
===================================================================
--- groonga/recipes/repository.rb    2014-01-24 12:26:36 +0900 (a5ed1a3)
+++ groonga/recipes/repository.rb    2014-01-24 12:28:33 +0900 (dcd7820)
@@ -1,7 +1,7 @@
 # Cookbook Name:: groonga
-# Recipe:: default
+# Recipe:: repository
 #
-# Copyright 2013 Kouhei Sutou <kou �� clear-code.com>
+# Copyright 2014 Kouhei Sutou <kou �� clear-code.com>
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

  Modified: groonga/recipes/server-gqtp.rb (+2 -2)
===================================================================
--- groonga/recipes/server-gqtp.rb    2014-01-24 12:26:36 +0900 (95b5a8b)
+++ groonga/recipes/server-gqtp.rb    2014-01-24 12:28:33 +0900 (80c5bcf)
@@ -1,7 +1,7 @@
 # Cookbook Name:: groonga
-# Recipe:: default
+# Recipe:: server-gqtp
 #
-# Copyright 2013 Kouhei Sutou <kou �� clear-code.com>
+# Copyright 2014 Kouhei Sutou <kou �� clear-code.com>
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

  Modified: groonga/recipes/server-http.rb (+2 -2)
===================================================================
--- groonga/recipes/server-http.rb    2014-01-24 12:26:36 +0900 (cae4036)
+++ groonga/recipes/server-http.rb    2014-01-24 12:28:33 +0900 (947faa5)
@@ -1,7 +1,7 @@
 # Cookbook Name:: groonga
-# Recipe:: default
+# Recipe:: server-http
 #
-# Copyright 2013 Kouhei Sutou <kou �� clear-code.com>
+# Copyright 2014 Kouhei Sutou <kou �� clear-code.com>
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

  Modified: groonga/recipes/suggest.rb (+2 -2)
===================================================================
--- groonga/recipes/suggest.rb    2014-01-24 12:26:36 +0900 (152d392)
+++ groonga/recipes/suggest.rb    2014-01-24 12:28:33 +0900 (f1159bd)
@@ -1,7 +1,7 @@
 # Cookbook Name:: groonga
-# Recipe:: default
+# Recipe:: suggest
 #
-# Copyright 2013 Kouhei Sutou <kou �� clear-code.com>
+# Copyright 2014 Kouhei Sutou <kou �� clear-code.com>
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

  Modified: groonga/recipes/tokenizer-mecab.rb (+2 -2)
===================================================================
--- groonga/recipes/tokenizer-mecab.rb    2014-01-24 12:26:36 +0900 (108346c)
+++ groonga/recipes/tokenizer-mecab.rb    2014-01-24 12:28:33 +0900 (5020933)
@@ -1,7 +1,7 @@
 # Cookbook Name:: groonga
-# Recipe:: default
+# Recipe:: tokenizer-mecab
 #
-# Copyright 2013 Kouhei Sutou <kou �� clear-code.com>
+# Copyright 2014 Kouhei Sutou <kou �� clear-code.com>
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
-------------- next part --------------
HTML����������������������������...
Download 



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