[Gluster-devel] [gluster-devel] Any interesting things for the newsletter?

Niels de Vos ndevos at redhat.com
Wed Mar 16 05:09:44 UTC 2016


On Wed, Mar 16, 2016 at 09:38:02AM +0530, Aravinda wrote:
> I think we can highlight the names of last month's contributors in news
> letter.  Following code to get names from any project between given dates.
> (If email is required --pretty=format:"%an <%ae>")
> 
> #!/bin/bash
> cd $GLUSTER_SRC
> from=2016-02-01
> to=2016-02-29
> git log --before={$to} --after={$from} --pretty=format:"%an" | sort | uniq

We also have ./extras/who-wrote-glusterfs/who-wrote-glusterfs.sh in the
sources, it accepts a <old-commit>...<new-commit> range. It is probably
trivial to add an option to use --before/--after too.

The output has different sections, these are based on the tags in the
git commit message (Signed-off-by, Reported-by, Reviewed-by etc...).

  $ ./extras/who-wrote-glusterfs/who-wrote-glusterfs.sh v3.8dev...HEAD

With results in http://termbin.com/ulam (will get deleted in time).

Niels


> 
> regards
> Aravinda
> http://aravindavk.in
> 
> On 03/16/2016 12:32 AM, Amye Scavarda wrote:
> >Hi all!
> >I'm working on putting together this month's newsletter, and as per last
> >week's community meeting, I'm putting out a call to help make sure I don't
> >miss anything.
> >
> >Anything that you want me to highlight in particular?
> >Thanks!
> > -amye
> >
> >-- 
> >Amye Scavarda | amye at redhat.com <mailto:amye at redhat.com> | Gluster
> >Community Lead
> >
> >
> >_______________________________________________
> >Gluster-devel mailing list
> >Gluster-devel at gluster.org
> >http://www.gluster.org/mailman/listinfo/gluster-devel
> 

> _______________________________________________
> Gluster-devel mailing list
> Gluster-devel at gluster.org
> http://www.gluster.org/mailman/listinfo/gluster-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://www.gluster.org/pipermail/gluster-devel/attachments/20160316/a9778823/attachment.sig>


More information about the Gluster-devel mailing list