[PATCH] RFC: Show what the statistics page would look like for v2022.07
Tom Rini
trini at konsulko.com
Tue Jul 12 16:36:25 CEST 2022
On Tue, Jul 12, 2022 at 03:55:44PM +0200, Heinrich Schuchardt wrote:
> On 7/12/22 14:54, Tom Rini wrote:
> > These tables are generated by
> > https://patchwork.ozlabs.org/project/uboot/patch/20220712121116.3048662-1-trini@konsulko.com/
> > with the header and stats summary added manually.
> >
> > Before I go off and re-create all of the historical stats pages I want
> > to get the output reviewed.
> >
> > Cc: Heinrich Schuchardt <xypron.glpk at gmx.de>
> > Signed-off-by: Tom Rini <trini at konsulko.com>
> > ---
> > .../statistics/u-boot-stats-v2022.07.rst | 753 ++++++++++++++++++
> > 1 file changed, 753 insertions(+)
> > create mode 100644 doc/develop/statistics/u-boot-stats-v2022.07.rst
>
> Please, create a /doc/develop/statistics/index.rst.
> Change /doc/develop/index.rst to link to it.
> Add an entry for u-boot-stats-v2022.07 to /doc/develop/statistics/index.rst.
I don't want to, exactly. What I have right now (and I'll be posting
shortly) is:
Previous Releases
-----------------
Note: these statistics are generated by our fork of `gitdm
<https://source.denx.de/u-boot/gitdm>`_, which was originally created by
Jonathan Corbet.
* :doc:`statistics/u-boot-stats-v2022.07` which was released on 11 July 2022.
in doc/develop/release_cycle.rst
> > diff --git a/doc/develop/statistics/u-boot-stats-v2022.07.rst b/doc/develop/statistics/u-boot-stats-v2022.07.rst
> > new file mode 100644
> > index 000000000000..fa4e8cea48e5
> > --- /dev/null
> > +++ b/doc/develop/statistics/u-boot-stats-v2022.07.rst
> > @@ -0,0 +1,753 @@
> > +U-Boot v2022.07 Release Statistics
> > +==================================
> > +
> > +* Processed 1696 csets from 183 developers
> > +
> > +* 27 employers found
> > +
> > +* A total of 148026 lines added, 56440 removed (delta 91586)
> > +
> > +============================================================ ======
> > +Developers with the most changesets Amount
> > +============================================================ ======
> > +Tom Rini 164 (9.7%)
> > +Simon Glass 141 (8.3%)
> > +Pali Rohár 114 (6.7%)
>
>
> .. table:: Developers with the most changesets
> :widths: auto
>
> ================================================== ==========
> Name Changesets
> ================================================== ==========
> Tom Rini 164 (9.7%)
> Simon Glass 141 (8.3%)
> Pali Rohár 114 (6.7%)
> Marek Vasut 94 (5.5%)
> Peng Fan 61 (3.6%)
> Sean Anderson 59 (3.5%)
> Heinrich Schuchardt 57 (3.4%)
> ...
> ================================================== ==========
>
> Without ":widths: auto" the column with the numbers ends up to using
> multiple lines for some values. Please, observe the double spaces
> between columns.
Oh neat, OK. I think I can rework my gitdm changes to generate that
instead pretty easily, thanks.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20220712/5072a591/attachment.sig>
More information about the U-Boot
mailing list