From 1dbe0d63259f1fe63c453d56fd97567368e9c0f5 Mon Sep 17 00:00:00 2001 From: Lalatendu Mohanty Date: Mon, 23 Feb 2015 20:50:37 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/9727 Tested-by: Gluster Build System Reviewed-by: Niels de Vos Reviewed-by: Humble Devassy Chirammal Tested-by: Humble Devassy Chirammal --- glusterfs.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glusterfs.spec.in') 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} ) -- cgit