Brutkey

Lorenzo
@ljs@mastodonapp.uk

OK my review scripts are done, saturday project.

https://github.com/lorenzo-stoakes/review-scripts

Wrapper around b4, virtme-ng, git etc.

Aims to make it easier to do kernel review.

Do

$ review-start <name> <base commit> <msgid>

And it'll retrieve all the versions b4 can find and put in review/<name>-v<version> branches.

Then do:

$ review-read <name>

And read all the discussion in neomutt instantly.

Then do:

$ review-check <name>

To build test each individual commit

Then:

$ review-diff <name>

To get a range-based diff on last two versions of series using
@liskin@genserver.social 's awesome script to get it side-by-side in delta

Even:

$ review-check-mm-tests <name>

To run the mm self tests (and VMA userland tests :) using virtme-ng for latest revision of series.

Am hoping it makes my life easier anyway :)