Re: [PATCH v2 10/14] buildman: Make mrproper an argument to run_commit()

2024-07-15 Thread Simon Glass
Pass this in so the caller can change it independently of the member variable. Signed-off-by: Simon Glass --- (no changes since v1) tools/buildman/builderthread.py | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) Applied to u-boot-dm, thanks!

[PATCH v2 10/14] buildman: Make mrproper an argument to run_commit()

2024-06-23 Thread Simon Glass
Pass this in so the caller can change it independently of the member variable. Signed-off-by: Simon Glass --- (no changes since v1) tools/buildman/builderthread.py | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/tools/buildman/builderthread.py b/tools/bu