Stable releases and backports team metrics

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>

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

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@xxxxxxxxx>
Red Hat <contact@xxxxxxxxxx>
Reliance Jio Infocomm Ltd. <contact@xxxxxxx>
SUSE <contact@xxxxxxxx>

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

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: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [CEPH Users]     [Ceph Large]     [Information on CEPH]     [Linux BTRFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux