All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 00/12] pkg-stats json output improvements
@ 2020-02-22  8:57 Heiko Thiery
  2020-02-22  8:57 ` [Buildroot] [PATCH v3 01/12] support/scripts/pkg-stats: store latest version in a dict Heiko Thiery
                   ` (12 more replies)
  0 siblings, 13 replies; 36+ messages in thread
From: Heiko Thiery @ 2020-02-22  8:57 UTC (permalink / raw)
  To: buildroot

This patchset adds several improvements for the json output of the
pkg-stats script.

- add developers information to the packages
- add supported defconfigs to json
- add license information to json
- add more generic status field to the packages for easier post
  processing

---
v2 -> v3:
- keep variable latest_release but change format
- add check for license file hashes
- introduce a na status for the checks
- add a list of all possible checks to the json output
- add the cve check status

v1 -> v2:
- cleanup and recreation of patches
- remove pkg name from dumping to json
- use patch_files instead of combine count and files in dict
- include getdevelopers.py to reuse Developers class

---
Heiko Thiery (12):
  support/scripts/pkg-stats: store latest version in a dict
  support/scripts/pkg-stats: store patch files for the package
  support/scripts/pkg-stats: set developers info
  support/scripts/pkg-stats: store licences of package
  support/scripts/pkg-stats: add package status
  support/scripts/pkg-stats: add package count to stats
  support/scripts/pkg-stats: store pkg dir path
  support/scripts/pkg-stats: add defconfig support
  support/scripts/pkg-stats: add support for license hash check
  support/scripts/pkg-stats: set status to 'na' for virtual packages
  support/scripts/pkg-stats: initialize all package status checks
  support/scripts/pkg-stats: add status for cve check

 support/scripts/pkg-stats | 272 +++++++++++++++++++++++++++++---------
 1 file changed, 212 insertions(+), 60 deletions(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2020-02-24 12:21 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-22  8:57 [Buildroot] [PATCH v3 00/12] pkg-stats json output improvements Heiko Thiery
2020-02-22  8:57 ` [Buildroot] [PATCH v3 01/12] support/scripts/pkg-stats: store latest version in a dict Heiko Thiery
2020-02-23 13:26   ` Titouan Christophe
2020-02-23 21:41     ` Heiko Thiery
2020-02-22  8:57 ` [Buildroot] [PATCH v3 02/12] support/scripts/pkg-stats: store patch files for the package Heiko Thiery
2020-02-23 13:35   ` Titouan Christophe
2020-02-23 21:23     ` Heiko Thiery
2020-02-22  8:57 ` [Buildroot] [PATCH v3 03/12] support/scripts/pkg-stats: set developers info Heiko Thiery
2020-02-23 13:45   ` Titouan Christophe
2020-02-23 21:37     ` Heiko Thiery
2020-02-22  8:57 ` [Buildroot] [PATCH v3 04/12] support/scripts/pkg-stats: store licences of package Heiko Thiery
2020-02-23 15:27   ` Titouan Christophe
2020-02-22  8:57 ` [Buildroot] [PATCH v3 05/12] support/scripts/pkg-stats: add package status Heiko Thiery
2020-02-23 15:19   ` Titouan Christophe
2020-02-24  8:03     ` Heiko Thiery
2020-02-22  8:57 ` [Buildroot] [PATCH v3 06/12] support/scripts/pkg-stats: add package count to stats Heiko Thiery
2020-02-23 14:40   ` Titouan Christophe
2020-02-22  8:57 ` [Buildroot] [PATCH v3 07/12] support/scripts/pkg-stats: store pkg dir path Heiko Thiery
2020-02-23 15:20   ` Titouan Christophe
2020-02-24  8:04     ` Heiko Thiery
2020-02-22  8:57 ` [Buildroot] [PATCH v3 08/12] support/scripts/pkg-stats: add defconfig support Heiko Thiery
2020-02-23 14:37   ` Titouan Christophe
2020-02-22  8:57 ` [Buildroot] [PATCH v3 09/12] support/scripts/pkg-stats: add support for license hash check Heiko Thiery
2020-02-23 16:02   ` Titouan Christophe
2020-02-22  8:57 ` [Buildroot] [PATCH v3 10/12] support/scripts/pkg-stats: set status to 'na' for virtual packages Heiko Thiery
2020-02-23 16:11   ` Titouan Christophe
2020-02-24  8:22     ` Heiko Thiery
2020-02-22  8:57 ` [Buildroot] [PATCH v3 11/12] support/scripts/pkg-stats: initialize all package status checks Heiko Thiery
2020-02-23 14:09   ` Titouan Christophe
2020-02-24  7:28     ` Heiko Thiery
2020-02-22  8:57 ` [Buildroot] [PATCH v3 12/12] support/scripts/pkg-stats: add status for cve check Heiko Thiery
2020-02-23 14:24   ` Titouan Christophe
2020-02-24  7:06     ` Heiko Thiery
2020-02-24  9:35       ` Titouan Christophe
2020-02-24 12:21         ` Heiko Thiery
2020-02-23 16:26 ` [Buildroot] [PATCH v3 00/12] pkg-stats json output improvements Titouan Christophe

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.