commit | 64fe6ae32ed66ced9fbef5eee0110be8db2d8034 | [log] [tgz] |
---|---|---|
author | Douglas Anderson <dianders@chromium.org> | Mon Mar 11 14:02:45 2024 -0700 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Mar 21 07:36:54 2024 +0100 |
tree | 21671fe2a0f3ff4fbeda01be16060406004d93d5 | |
parent | 44b09b3011b1ab197eceb5eae0aef5bd682d8e83 [diff] |
patman: Properly document the patchwork_url setting The "Series-patchwork-url:" tag description says that it overrides the settings file but doesn't specify the name of the setting. Elsewhere in the documentation about the "useful" settings we see a setting that sounds promising called "patchwork_server" that's actually not a valid setting. It should be "patchwork_url". Fix these problems so the doc is right and more useful. Signed-off-by: Douglas Anderson <dianders@chromium.org>