]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Move series calculations into a separate function
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:33 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commitd230c0143f1dfac13ce680b21ccbdfb99c8fe5c9
tree1f867a2589a169c9f293d998f33bab081fb85855
parent309f0f15c9676bf2372e67bb2b9775277bb4bcbe
buildman: Move series calculations into a separate function

Reduce the size of the do_buildman() function a little by moving the code
that figures out the series into a separate function.

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