]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Create a function to get number of built commits
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:49:00 +0000 (17:49 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commit1d0c55d83a3cf1724e1283cf5a59d19a233b8da2
tree6d710ca78197ec3ccc57a3508b9e6bac116eda03
parentf6df5edc8d00666621e5330019ef2607684e9d2e
buildman: Create a function to get number of built commits

Move this code into a function. This removes the last pylint error in
the control module.

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