From mboxrd@z Thu Jan 1 00:00:00 1970 From: Loic Dachary Subject: Stable releases and backports team metrics Date: Thu, 07 May 2015 16:22:46 +0200 Message-ID: <554B7536.8040508@dachary.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7icjotjpFUeB9SBpcrPlxtQ9tiVttIwQ8" Return-path: Received: from mail2.dachary.org ([91.121.57.175]:59272 "EHLO smtp.dmail.dachary.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750900AbbEGOWt (ORCPT ); Thu, 7 May 2015 10:22:49 -0400 Sender: ceph-devel-owner@vger.kernel.org List-ID: To: "Shu, Xinxin" , Abhishek L , Nathan Cutler , LOPEZ Jean-Charles Cc: Ceph Development This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --7icjotjpFUeB9SBpcrPlxtQ9tiVttIwQ8 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, I was curious to visualize the impact of our work as a team compared to w= hat the situation was a few months ago, back when only Red Hat employees = cared for backports. Here is how it was for firefly v0.80.9: $ bash ../backports.sh tags/v0.80.8..tags/v0.80.9 Backports, by organizations --------------------------- Red Hat Backports, by backporter ------------------------ David Zafman Greg Farnum Jason Dillaman Josh Durgin Kefu Chai Loic Dachary Sage Weil Yan, Zheng Yehuda Sadeh and here how the upcoming v0.80.10 would look if it was to be published t= oday (not including the content of the current firefly-backports branch).= $ bash ../backports.sh tags/v0.80.9..ceph/firefly Backports, by organizations --------------------------- Intel Red Hat Reliance Jio Infocomm Ltd. SUSE Backports, by backporter ------------------------ Abhishek Lekshmanan Alfredo Deza David Zafman Greg Farnum Jason Dillaman Jean-Charles Lopez Joao Eduardo Luis Loic Dachary Sage Weil Shu, Xinxin Yan, Zheng Yehuda Sadeh It's nice to see more diversity :-) Cheers cat > backports.sh <<'EOF' range=3D"$1" TMP=3D/tmp/credits echo "Backports, by organizations" echo "---------------------------" git log --no-merges --pretty=3D'%cN <%cE>' $range | grep -v -i jenkins | = git -c mailmap.file=3D.organizationmap check-mailmap --stdin | sort -u echo echo "Backports, by backporter" echo "------------------------" git log --no-merges --pretty=3D'%cN <%cE>' $range | grep -v -i jenkins | = git -c mailmap.file=3D.peoplemap check-mailmap --stdin | sort -u echo EOF --=20 Lo=C3=AFc Dachary, Artisan Logiciel Libre --7icjotjpFUeB9SBpcrPlxtQ9tiVttIwQ8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iEYEARECAAYFAlVLdTYACgkQ8dLMyEl6F234nQCgoL8mwrgDv0eNBJXYZE5ZRL5O qssAnj50gJNwfkxfeDy5AIDBhxv9yhJW =dEcA -----END PGP SIGNATURE----- --7icjotjpFUeB9SBpcrPlxtQ9tiVttIwQ8--