Re: [PATCH v5 6/6] patman: additionally honor a local .patman config file

2022-12-20 Thread Maxim Cournoyer
Hi Simon, Simon Glass writes: > On Mon, 19 Dec 2022 at 22:38, Maxim Cournoyer > wrote: >> >> 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 add

Re: [PATCH v5 6/6] patman: additionally honor a local .patman config file

2022-12-20 Thread Simon Glass
On Mon, 19 Dec 2022 at 22:38, Maxim Cournoyer wrote: > > 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. > > Sig

Re: [PATCH v5 6/6] patman: additionally honor a local .patman config file

2022-12-20 Thread Simon Glass
On Mon, 19 Dec 2022 at 22:38, Maxim Cournoyer wrote: > > 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. > > Sig

[PATCH v5 6/6] patman: additionally honor a local .patman config file

2022-12-19 Thread Maxim Cournoyer
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 --- Changes in v5: - Use try/finally