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

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@chromium.org>
tools/patman/cmdline.py
tools/patman/control.py