]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
scripts/contrib/patchreview: add commit and recipe count fields to JSON
authorRoss Burton <ross.burton@arm.com>
Fri, 27 Oct 2023 15:29:40 +0000 (16:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Oct 2023 16:48:08 +0000 (17:48 +0100)
commit77c96e43090cbf485aec612cc2315b85e5635dda
tree0a4ee741bff0594239ceeb1d7e8f4713961c9c8b
parenta3a868519beab1b9cac94fefd7dbeffb09d047e9
scripts/contrib/patchreview: add commit and recipe count fields to JSON

The autobuilder scripts post-process the generated JSON to inject recipe
and commit counts into the data.  We can do this easily in patchreview
instead.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/patchreview.py