]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Implement the series subcommand
authorSimon Glass <sjg@chromium.org>
Sat, 10 May 2025 11:05:15 +0000 (13:05 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:43 +0000 (10:07 +0100)
commitd1b6d855acd187238ac8a6fdf071358ce5d6f306
tree69ff3c3b1358687b36817ae37a2fd3320ac30d77
parent32d29f7fe41c653db0d05f35b9929a2fa4740962
patman: Implement the series subcommand

Add a command to support management of series. These are local branches
which may have been sent to the mailing list, so may appear on the
patchwork server.

The new functionality uses a database, stored in a local file.

Various operations are supported:
   - add a new series
   - send a series and automatically link it with patchwork
   - 'increment' the version, to prepare to send an updated series
   - gather review/test tags from patchwork
   - check on progress, i.e. patches which are received new tags or
     comments
   - show comments on patches and cover letters

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/cmdline.py
tools/patman/control.py