Home
last modified time | relevance | path

Searched refs:commituser (Results 1 – 2 of 2) 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)
465 def addNote(repo, ref, key, value=None, commituser=None, commitemail=None): argument
472 GitApplyTree.gitCommandUserOptions(cmd, commituser, commitemail)
476 def removeNote(repo, ref, key, commituser=None, commitemail=None): argument
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.0.9.rst102 - patch.py: set commituser and commitemail for addNote