summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBala.FA <barumuga@redhat.com>2014-03-15 10:58:49 +0530
committerBala.FA <barumuga@redhat.com>2014-04-28 16:20:46 +0530
commit1b8e982332b81644c3dc90d0fa3367dd4ff6f53c (patch)
tree4a6a9ea9bba06363106c136266e8e87750106628 /README
parent8f5f4537af7790be386974628c804a7bc719b738 (diff)
rfc: refactor to make more usable and friendly
Usage: rfc.sh [OPTION]... [ <REVIEWER> ]... 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 <barumuga@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/12
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 6 insertions, 7 deletions
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.