cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH 1/2] gfs2-utils: Rename README.build to README
@ 2017-01-20 11:43 Andrew Price
  2017-01-20 11:43 ` [Cluster-devel] [PATCH 2/2] gfs2-utils: README file improvements Andrew Price
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Price @ 2017-01-20 11:43 UTC (permalink / raw)
  To: cluster-devel.redhat.com

As there's only one README file in this directory it can just be called
README and contain the small amount of various info that needs to be
read. Removing the .build extension will also make Pagure render the
file as preformatted text.

Signed-off-by: Andrew Price <anprice@redhat.com>
---
 Makefile.am            | 2 +-
 README.build => README | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename README.build => README (100%)

diff --git a/Makefile.am b/Makefile.am
index 1c4f8ae..adeb56d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-EXTRA_DIST = autogen.sh README.build
+EXTRA_DIST = autogen.sh README
 
 AUTOMAKE_OPTIONS = foreign
 
diff --git a/README.build b/README
similarity index 100%
rename from README.build
rename to README
-- 
2.9.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Cluster-devel] [PATCH 2/2] gfs2-utils: README file improvements
  2017-01-20 11:43 [Cluster-devel] [PATCH 1/2] gfs2-utils: Rename README.build to README Andrew Price
@ 2017-01-20 11:43 ` Andrew Price
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Price @ 2017-01-20 11:43 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Add some introductory text, split the info into sections, separate the
build requirements from the installation requirements and generally tidy
up.

Signed-off-by: Andrew Price <anprice@redhat.com>
---
 README | 72 ++++++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 50 insertions(+), 22 deletions(-)

diff --git a/README b/README
index d0a21c3..e8ab577 100644
--- a/README
+++ b/README
@@ -1,41 +1,69 @@
+gfs2-utils
+----------
 
-To build this source tree, you will need:
+This package contains the tools needed to create, check, manipulate and analyze
+gfs2 filesystems, along with important scripts required to support gfs2
+clusters.
 
- - automake
- - GNU make
- - GCC tool chain
+Build instructions
+------------------
 
-Plus the following libraries:
+The following development packages are required to build gfs2-utils:
 
-    ncurses (for gfs2_edit)
-    gettext
-    bison
-    flex
-    zlib
-    libblkid
-    check (optional, enables the test suite)
+ o autoconf
+ o automake
+ o libtool
+ o GNU make
+ o ncurses
+ o gettext
+ o bison
+ o flex
+ o zlib
+ o libblkid
+ o check (optional, enables the test suite)
+
+The kernel header include/linux/gfs2-ondisk.h and its dependencies are also
+required.
 
 To build gfs2-utils, run the following commands:
 
-    ./autogen.sh
-    ./configure
-    make
+ $ ./autogen.sh
+ $ ./configure
+ $ make
+
+See ./configure --help for more build configuration options.
+
+Test Suite
+----------
+
+To run the test suite, use:
 
-To run the test suite:
+ $ make check
 
-    make check
+See doc/README.tests for more details regarding the test suite.
+
+Installation
+------------
+
+gfs2-utils requires the following libraries:
+
+ o zlib
+ o ncurses
+ o libblkid
 
 To install gfs2-utils, run:
 
-    make install
+ # make install
+
+Support scripts
+---------------
 
 The following scripts (located in gfs2/scripts) are used to complete
 the userland portion of the gfs2 withdraw feature using uevents. They
 will be installed by 'make install' to these directories by default:
 
-	82-gfs2-withdraw.rules in /usr/lib/udev/rules.d/
-	gfs2_withdraw_helper   in /usr/sbin/
+  82-gfs2-withdraw.rules in /usr/lib/udev/rules.d/
+  gfs2_withdraw_helper   in /usr/sbin/
 
-See also doc/README.contributing for details on submitting patches and
-doc/README.tests for more details regarding the test suite.
+See also doc/README.contributing for details on submitting patches.
 
-- 
2.9.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-20 11:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-20 11:43 [Cluster-devel] [PATCH 1/2] gfs2-utils: Rename README.build to README Andrew Price
2017-01-20 11:43 ` [Cluster-devel] [PATCH 2/2] gfs2-utils: README file improvements Andrew Price

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).