]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Move counting of commits into a function
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:48 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commitaeb2381b2743b545e39f580a5a620e6f8e2e1edb
tree0244b578ae5b8648cf087e7d20aa13091511cc8f
parent168d792ffa58bc1a8df1b980c0eacea7b840f62a
buildman: Move counting of commits into a function

Move this code into a separate function to avoid a pylint warning in
determine_series().

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