diff options
author | Simon Glass <sjg@chromium.org> | 2020-11-03 13:54:15 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-11-14 15:23:41 -0700 |
commit | a55be354c02d3dc322d9e8b927618d378f7b81ce (patch) | |
tree | eb65dd1e7200ac312c9ae0ccf3e81aec1fa0728e /tools/patman/README | |
parent | 7cbf02e94df820b77b53ae113828b294688bf623 (diff) | |
download | u-boot-a55be354c02d3dc322d9e8b927618d378f7b81ce.tar.gz |
patman: Add a setting for the Patchwork URL
Add an argument to allow specifying the the patchwork URL. This also adds
this feature to the settings file, either globally, or on a per-project
basis.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/patman/README')
-rw-r--r-- | tools/patman/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/patman/README b/tools/patman/README index 49b73590cf..639c9943ac 100644 --- a/tools/patman/README +++ b/tools/patman/README @@ -113,6 +113,7 @@ ignore_errors: True process_tags: False verbose: True smtp_server: /path/to/sendmail +patchwork_server: https://patchwork.ozlabs.org <<< |