]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Make mrproper an argument to run_commit()
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jun 2024 17:55:11 +0000 (11:55 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 3 Jul 2024 06:36:33 +0000 (07:36 +0100)
commit3187da4bea64f94055239761fc0f58a68c8e3236
tree928ef87f84b33d75a89472c68a8f64cd6bdf12c2
parent3f972a465548b76b3ce76d99d7acf03492d3e1f7
buildman: Make mrproper an argument to run_commit()

Pass this in so the caller can change it independently of the member
variable.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builderthread.py