aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-11-03 13:54:15 -0700
committerSimon Glass <sjg@chromium.org>2020-11-14 15:23:41 -0700
commita55be354c02d3dc322d9e8b927618d378f7b81ce (patch)
treeeb65dd1e7200ac312c9ae0ccf3e81aec1fa0728e /tools/patman/README
parent7cbf02e94df820b77b53ae113828b294688bf623 (diff)
downloadu-boot-a55be354c02d3dc322d9e8b927618d378f7b81ce.zip
u-boot-a55be354c02d3dc322d9e8b927618d378f7b81ce.tar.gz
u-boot-a55be354c02d3dc322d9e8b927618d378f7b81ce.tar.bz2
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/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/patman/README b/tools/patman/README
index 49b7359..639c994 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
<<<