]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Create a module for handling patchwork
authorSimon Glass <sjg@chromium.org>
Tue, 29 Apr 2025 13:22:13 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commitaef44950db4e64d8567b945850b7bfeaf0158103
tree779a4a3a0a822a366a87b33dbd728d71505821e0
parent31d458b35de88eeaae202dc8b19f00c9635fb13c
patman: Create a module for handling patchwork

At present the patchwork implementation is very simple, just consisting
of a function which calls the REST API.

We want to create a fake patchwork for use in tests. So start a new
module to encapsulate communication with the patchwork server.

Use asyncio since it is easier to handle lots of concurrent requests
from different parts of the code.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/patchwork.py [new file with mode: 0644]
tools/patman/pyproject.toml