From: Loic Dachary <loic@dachary.org>
To: "Shu, Xinxin" <xinxin.shu@intel.com>,
Abhishek L <abhishek.lekshmanan@gmail.com>,
Nathan Cutler <ncutler@suse.cz>,
LOPEZ Jean-Charles <jelopez@redhat.com>
Cc: Ceph Development <ceph-devel@vger.kernel.org>
Subject: Stable releases and backports team metrics
Date: Thu, 07 May 2015 16:22:46 +0200 [thread overview]
Message-ID: <554B7536.8040508@dachary.org> (raw)
[-- 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 --]
reply other threads:[~2015-05-07 14:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=554B7536.8040508@dachary.org \
--to=loic@dachary.org \
--cc=abhishek.lekshmanan@gmail.com \
--cc=ceph-devel@vger.kernel.org \
--cc=jelopez@redhat.com \
--cc=ncutler@suse.cz \
--cc=xinxin.shu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.