All of lore.kernel.org
 help / color / mirror / Atom feed
* Stable releases and backports team metrics
@ 2015-05-07 14:22 Loic Dachary
  0 siblings, 0 replies; only message in thread
From: Loic Dachary @ 2015-05-07 14:22 UTC (permalink / raw)
  To: Shu, Xinxin, Abhishek L, Nathan Cutler, LOPEZ Jean-Charles
  Cc: Ceph Development

[-- Attachment #1: Type: text/plain, Size: 2178 bytes --]

Hi,

I was curious to visualize the impact of our work as a team compared to what 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 <contact@redhat.com>

Backports, by backporter
------------------------
David Zafman <dzafman@redhat.com>
Greg Farnum <gfarnum@redhat.com>
Jason Dillaman <dillaman@redhat.com>
Josh Durgin <jdurgin@redhat.com>
Kefu Chai <kchai@redhat.com>
Loic Dachary <ldachary@redhat.com>
Sage Weil <sweil@redhat.com>
Yan, Zheng <zyan@redhat.com>
Yehuda Sadeh <ysadehwe@redhat.com>

and here how the upcoming v0.80.10 would look if it was to be published today (not including the content of the current firefly-backports branch).

$ bash ../backports.sh tags/v0.80.9..ceph/firefly
Backports, by organizations
---------------------------
Intel <contact@intel.com>
Red Hat <contact@redhat.com>
Reliance Jio Infocomm Ltd. <contact@ril.com>
SUSE <contact@suse.com>

Backports, by backporter
------------------------
Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
Alfredo Deza <adeza@redhat.com>
David Zafman <dzafman@redhat.com>
Greg Farnum <gfarnum@redhat.com>
Jason Dillaman <dillaman@redhat.com>
Jean-Charles Lopez <jelopez@redhat.com>
Joao Eduardo Luis <joao@suse.de>
Loic Dachary <ldachary@redhat.com>
Sage Weil <sweil@redhat.com>
Shu, Xinxin <xinxin.shu@intel.com>
Yan, Zheng <zyan@redhat.com>
Yehuda Sadeh <ysadehwe@redhat.com>

It's nice to see more diversity :-)

Cheers

cat > backports.sh <<'EOF'
range="$1"
TMP=/tmp/credits
echo "Backports, by organizations"
echo "---------------------------"
git log --no-merges --pretty='%cN <%cE>' $range | grep -v -i jenkins | git -c mailmap.file=.organizationmap check-mailmap --stdin | sort -u
echo
echo "Backports, by backporter"
echo "------------------------"
git log --no-merges --pretty='%cN <%cE>' $range | grep -v -i jenkins | git -c mailmap.file=.peoplemap check-mailmap --stdin | sort -u
echo
EOF

-- 
Loïc Dachary, Artisan Logiciel Libre


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-07 14:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-07 14:22 Stable releases and backports team metrics Loic Dachary

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.