From 1b8e982332b81644c3dc90d0fa3367dd4ff6f53c Mon Sep 17 00:00:00 2001 From: "Bala.FA" Date: Sat, 15 Mar 2014 10:58:49 +0530 Subject: rfc: refactor to make more usable and friendly Usage: rfc.sh [OPTION]... [ ]... Options: -a ask for Bug ID addition. This option is set by default for non 'master' branches. -b BRANCH use BRANCH to submitting patch. Default branch is 'master'. -d dry run. Show what command to run. -n do not fetch origin. -t TOPIC use TOPIC to submitting patch. -h display this help text and exit. By default, BUGID is used as topic in patch submission. If TOPIC and BUGID are used together, TOPIC gets used. Examples: # submit patch to master branch without reviewer $ rfc.sh # submit patch to master branch with reviewer $ rfc.sh charlie@example.com # submit patch to release-3.0 branch with topic "awesome feature" and # reviewers charlie@example.com alice@example.com $ rfc.sh -b release-3.0 -t "awesome feature" charlie@example.com alice@example.com Change-Id: I6ca6f4ad70ea3a902c3415a12a12c3e46e79adef Signed-off-by: Bala.FA Reviewed-on: https://cuckoo.blr.redhat.com:8443/12 --- README | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index 6d391bb..a4e1e4b 100644 --- a/README +++ b/README @@ -1,14 +1,13 @@ -Nagios Gluster Add-ons: +Nagios Gluster Common: ======================= -Nagios plugin, scripts, configuration files etc for gluster nodes. - +Common libraries, tools, configurations for Gluster node and Nagios +server add-ons Installation ============ -The Nagios Gluster Add-ons can be used by following the standard -autotools installation process, documented in the INSTALL file. As a -quick start you can do +This can be used by following the standard autotools installation +process, documented in the INSTALL file. As a quick start you can do ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --libdir=/usr/lib @@ -18,7 +17,7 @@ quick start you can do Packaging ========= -The 'nagios-gluster-addons.spec' file demonstrates how to distribute +The 'nagios-gluster-common.spec' file demonstrates how to distribute this as an RPM package. -- cgit