]> git.ipfire.org Git - thirdparty/u-boot.git/commit
u_boot_pylib: Provide directories to gitutil functions
authorSimon Glass <sjg@chromium.org>
Thu, 8 May 2025 02:22:18 +0000 (04:22 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commitc885917c712b9f9c8a6016411ac44d148dea7854
tree1dd22558cc82f8144174a272e8f95baef063109a
parent0664a956e674027a1383c8c114377dcdf5b86e41
u_boot_pylib: Provide directories to gitutil functions

For testing it is useful to be able to set the current directory used
for git operations, as well as the git-repo directory. Update some of
the functions to support this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/u_boot_pylib/command.py
tools/u_boot_pylib/gitutil.py