
15 Nov
2020
15 Nov
'20
3:07 p.m.
Add a new argument to allow the URL of the patchwork server to be speciified. For now this is hard-coded in the main file, but future patches will move it to the settings file.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/patman/control.py | 5 +++-- tools/patman/func_test.py | 38 ++++++++++++++++++++++++++------------ tools/patman/main.py | 3 ++- tools/patman/status.py | 29 +++++++++++++++++------------ 4 files changed, 48 insertions(+), 27 deletions(-)
Applied to u-boot-dm, thanks!