[PATCH 19/25] patman: Implement the patchwork subcommand
Simon Glass
sjg at chromium.org
Sat May 24 07:05:51 CEST 2025
Add a command to allow setting and getting the patchwork project. This
is needed so that patman can use the correct ID when talking to the
patchwork server.
To support testing, allow passing in the test database, patchwork
object and Cseries object. Fake versions can then easily be provided for
certain test cases.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/patman/cmdline.py | 25 +++++++++++++++++++++++++
tools/patman/control.py | 35 ++++++++++++++++++++++++++++++++++-
2 files changed, 59 insertions(+), 1 deletion(-)
Applied to sjg/master, thanks!
More information about the U-Boot
mailing list