[Groonga-commit] groonga/groonga at 4e84236 [master] deb rpm: add missing underscore for wildcard plugins

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Dec 27 10:03:07 JST 2013


HAYASHI Kentaro	2013-12-27 10:03:07 +0900 (Fri, 27 Dec 2013)

  New Revision: 4e8423606e5a633450709a629fd52abb6a5198d8
  https://github.com/groonga/groonga/commit/4e8423606e5a633450709a629fd52abb6a5198d8

  Message:
    deb rpm: add missing underscore for wildcard plugins

  Modified files:
    data/munin/Makefile.am
    packages/debian/groonga-munin-plugins.links
  Renamed files:
    data/munin/groonga_cpu_load_
      (from data/munin/groonga_cpu_load)
    data/munin/groonga_cpu_time_
      (from data/munin/groonga_cpu_time)
    data/munin/groonga_disk_
      (from data/munin/groonga_disk)
    data/munin/groonga_memory_
      (from data/munin/groonga_memory)
    data/munin/groonga_n_records_
      (from data/munin/groonga_n_records)
    data/munin/groonga_query_performance_
      (from data/munin/groonga_query_performance)
    data/munin/groonga_status_
      (from data/munin/groonga_status)
    data/munin/groonga_throughput_
      (from data/munin/groonga_throughput)

  Modified: data/munin/Makefile.am (+8 -8)
===================================================================
--- data/munin/Makefile.am    2013-12-26 23:59:52 +0900 (8fb5382)
+++ data/munin/Makefile.am    2013-12-27 10:03:07 +0900 (329dea5)
@@ -1,12 +1,12 @@
 if INSTALL_MUNIN_PLUGINS
 munin_pluginsdir = $(datarootdir)/$(PACKAGE)/munin/plugins
 dist_munin_plugins_SCRIPTS =			\
-	groonga_cpu_load			\
-	groonga_cpu_time			\
-	groonga_status				\
-	groonga_memory				\
-	groonga_n_records			\
-	groonga_query_performance		\
-	groonga_disk				\
-	groonga_throughput
+	groonga_cpu_load_			\
+	groonga_cpu_time_			\
+	groonga_status_				\
+	groonga_memory_				\
+	groonga_n_records_			\
+	groonga_query_performance_		\
+	groonga_disk_				\
+	groonga_throughput_
 endif

  Renamed: data/munin/groonga_cpu_load_ (+0 -0) 100%
===================================================================

  Renamed: data/munin/groonga_cpu_time_ (+0 -0) 100%
===================================================================

  Renamed: data/munin/groonga_disk_ (+0 -0) 100%
===================================================================

  Renamed: data/munin/groonga_memory_ (+0 -0) 100%
===================================================================

  Renamed: data/munin/groonga_n_records_ (+0 -0) 100%
===================================================================

  Renamed: data/munin/groonga_query_performance_ (+0 -0) 100%
===================================================================

  Renamed: data/munin/groonga_status_ (+0 -0) 100%
===================================================================

  Renamed: data/munin/groonga_throughput_ (+0 -0) 100%
===================================================================

  Modified: packages/debian/groonga-munin-plugins.links (+8 -8)
===================================================================
--- packages/debian/groonga-munin-plugins.links    2013-12-26 23:59:52 +0900 (ba937bb)
+++ packages/debian/groonga-munin-plugins.links    2013-12-27 10:03:07 +0900 (26248a4)
@@ -1,8 +1,8 @@
-usr/share/groonga/munin/plugins/groonga_cpu_load /usr/share/munin/plugins/groonga_cpu_load_
-usr/share/groonga/munin/plugins/groonga_cpu_time /usr/share/munin/plugins/groonga_cpu_time_
-usr/share/groonga/munin/plugins/groonga_disk /usr/share/munin/plugins/groonga_disk_
-usr/share/groonga/munin/plugins/groonga_memory /usr/share/munin/plugins/groonga_memory_
-usr/share/groonga/munin/plugins/groonga_n_records /usr/share/munin/plugins/groonga_n_records_
-usr/share/groonga/munin/plugins/groonga_query_performance /usr/share/munin/plugins/groonga_query_performance_
-usr/share/groonga/munin/plugins/groonga_status /usr/share/munin/plugins/groonga_status_
-usr/share/groonga/munin/plugins/groonga_throughput /usr/share/munin/plugins/groonga_throughput_
+usr/share/groonga/munin/plugins/groonga_cpu_load_ /usr/share/munin/plugins/groonga_cpu_load_
+usr/share/groonga/munin/plugins/groonga_cpu_time_ /usr/share/munin/plugins/groonga_cpu_time_
+usr/share/groonga/munin/plugins/groonga_disk_ /usr/share/munin/plugins/groonga_disk_
+usr/share/groonga/munin/plugins/groonga_memory_ /usr/share/munin/plugins/groonga_memory_
+usr/share/groonga/munin/plugins/groonga_n_records_ /usr/share/munin/plugins/groonga_n_records_
+usr/share/groonga/munin/plugins/groonga_query_performance_ /usr/share/munin/plugins/groonga_query_performance_
+usr/share/groonga/munin/plugins/groonga_status_ /usr/share/munin/plugins/groonga_status_
+usr/share/groonga/munin/plugins/groonga_throughput_ /usr/share/munin/plugins/groonga_throughput_
-------------- next part --------------
HTML����������������������������...
Download 



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