buildman: Move checkout code to a separate function
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:49:22 +0000 (17:49 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commitad7181c797094e0ffb6ed2358d92e7c06f9e3e39
tree4246ece5c52620a840856b7bbc4448f03caf2a01
parent9bdf02389c0de34de681cc0b002004887247d0cc
buildman: Move checkout code to a separate function

Put this in its own function to reduce the size of the run_commit()
function

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