]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Move reading of the done file into a function
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:49:19 +0000 (17:49 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commit4981bd3ddaf15149fee36170338e76e0090dd06b
tree3250250f228de0d9273734f15d0fb4ceca2aa5ec
parent14c152336fba7e80cb57b937e95c925529f102ec
buildman: Move reading of the done file into a function

Move this logic into its own function to reduce the size of the
run_commt() function.

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