Home
last modified time | relevance | path

Searched refs:commituser (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py303 self.commituser = d.getVar('PATCH_GIT_USER_NAME')
409 def gitCommandUserOptions(cmd, commituser=None, commitemail=None, d=None): argument
411 commituser = d.getVar('PATCH_GIT_USER_NAME')
413 if commituser:
414 cmd += ['-c', 'user.name="%s"' % commituser]
419 def prepareCommit(patchfile, commituser=None, commitemail=None): argument
455 GitApplyTree.gitCommandUserOptions(cmd, commituser, commitemail)
582 (tmpfile, shellcmd) = self.prepareCommit(patch['file'], self.commituser, self.commitemail)
626 self.gitCommandUserOptions(shellcmd, self.commituser, self.commitemail)