summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLalatendu Mohanty <lmohanty@redhat.com>2015-02-23 20:50:37 +0530
committerHumble Devassy Chirammal <humble.devassy@gmail.com>2015-02-25 04:28:36 -0800
commit1dbe0d63259f1fe63c453d56fd97567368e9c0f5 (patch)
tree3bae38d2d25cbc8ca7593866da8061cf1a9f39bc
parent5d59402af8397da1a8eb5f822e1e650ce3285833 (diff)
README: Adding information about Gluster dev workflow
In the README.md (which is automatically rendered in github) there is no information about GlusterFS workflow. So community members send pull requests in github. This patch will put the workflow information, so that it would be easy for community members to know about it by looking at GlusterFS's github mirror. Change-Id: I62718f75aa26a45fe28e3e9399d1aa2338211c73 BUG: 1195336 Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com> Reviewed-on: http://review.gluster.org/9727 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Niels de Vos <ndevos@redhat.com> Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com> Tested-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
-rw-r--r--Makefile.am2
-rw-r--r--README1
-rw-r--r--README.md8
-rw-r--r--glusterfs.spec.in2
4 files changed, 10 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 43926119fc0..a35b1642143 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
EXTRA_DIST = autogen.sh \
COPYING-GPLV2 COPYING-LGPLV3 \
- INSTALL README AUTHORS THANKS NEWS \
+ INSTALL README.md AUTHORS THANKS NEWS \
glusterfs.spec glusterfs-api.pc.in libgfchangelog.pc.in \
run-tests.sh \
build-aux/pkg-version \
diff --git a/README b/README
deleted file mode 100644
index ce648743ee9..00000000000
--- a/README
+++ /dev/null
@@ -1 +0,0 @@
-For more info, please visit http://www.gluster.org/.
diff --git a/README.md b/README.md
new file mode 100644
index 00000000000..73600a7e52e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+For information about contributing to GlusterFS, please follow the below link :
+[Contributing to GlusterFS community](http://www.gluster.org/community/documentation/index.php/Main_Page#Contributing_to_the_Gluster_Community)
+
+*GlusterFS does not follow the [GitHub: Fork & pull](https://help.github.com/articles/using-pull-requests/) workflow but use [Gerrit](http://review.gluster.org) for code review.*
+
+The development guidelines are detailed in [Development Workflow.](http://www.gluster.org/community/documentation/index.php/Simplified_dev_workflow)
+
+For more info, please visit http://www.gluster.org/.
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 70ea5332738..ca1b6de943b 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -833,7 +833,7 @@ fi
## All %files should be placed here and keep them sorted
##
%files
-%doc ChangeLog COPYING-GPLV2 COPYING-LGPLV3 INSTALL README THANKS
+%doc ChangeLog COPYING-GPLV2 COPYING-LGPLV3 INSTALL README.md THANKS
%config(noreplace) %{_sysconfdir}/logrotate.d/glusterfs
%config(noreplace) %{_sysconfdir}/sysconfig/*
%if ( 0%{!?_without_syslog:1} )