Searched refs:gitCommandUserOptions (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | patch.py | 409 def gitCommandUserOptions(cmd, commituser=None, commitemail=None, d=None): member in GitApplyTree 455 GitApplyTree.gitCommandUserOptions(cmd, commituser, commitemail) 507 GitApplyTree.gitCommandUserOptions(cmd, d=d) 626 self.gitCommandUserOptions(shellcmd, self.commituser, self.commitemail)
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | __init__.py | 204 oe.patch.GitApplyTree.gitCommandUserOptions(commit_cmd, d=d)
|
H A D | upgrade.py | 257 oe.patch.GitApplyTree.gitCommandUserOptions(useroptions, d=rd)
|