Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py304 self.commitemail = d.getVar('PATCH_GIT_USER_EMAIL')
409 def gitCommandUserOptions(cmd, commituser=None, commitemail=None, d=None): argument
412 commitemail = d.getVar('PATCH_GIT_USER_EMAIL')
415 if commitemail:
416 cmd += ['-c', 'user.email="%s"' % commitemail]
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)