patman: additionally honor a local .patman config file
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Tue, 20 Dec 2022 05:38:41 +0000 (00:38 -0500)
committerSimon Glass <sjg@chromium.org>
Fri, 6 Jan 2023 02:21:57 +0000 (19:21 -0700)
commit8f8d3f72f28732bff0dc6362a18e3ec55fba2ac1
treec394a22cfbba42891732f9d27f94428164da53a4
parentdb16edd8ced27c06c075999ef95c6a1a57db98e0
patman: additionally honor a local .patman config file

This enables versioning a project specific patman configuration file.
It also makes it possible to declare the project name, which is not a
useful thing to do in $HOME/.patman.  A new test is added, along
updated documentation.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/patman/patman.rst
tools/patman/settings.py
tools/patman/test_settings.py [new file with mode: 0644]