aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/builderthread.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-29 14:14:11 -0700
committerSimon Glass <sjg@chromium.org>2022-02-09 12:26:12 -0700
commit0157b187f45c00ffb3e85c7f5c33808454243608 (patch)
tree5245564c559d091a818bd06688cd116a009abe94 /tools/buildman/builderthread.py
parent967af26b6aedc21ccb51273fbbbb898ad8c4305f (diff)
downloadu-boot-0157b187f45c00ffb3e85c7f5c33808454243608.zip
u-boot-0157b187f45c00ffb3e85c7f5c33808454243608.tar.gz
u-boot-0157b187f45c00ffb3e85c7f5c33808454243608.tar.bz2
patman: Convert camel case in gitutil.py
Convert this file to snake case and update all files which use it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman/builderthread.py')
-rw-r--r--tools/buildman/builderthread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/builderthread.py b/tools/buildman/builderthread.py
index 90099ee..7522ff6 100644
--- a/tools/buildman/builderthread.py
+++ b/tools/buildman/builderthread.py
@@ -219,7 +219,7 @@ class BuilderThread(threading.Thread):
commit = self.builder.commits[commit_upto]
if self.builder.checkout:
git_dir = os.path.join(work_dir, '.git')
- gitutil.Checkout(commit.hash, git_dir, work_dir,
+ gitutil.checkout(commit.hash, git_dir, work_dir,
force=True)
else:
commit = 'current'