Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/patchtest/
H A Drepo.py38 self._commit = self._get_commitid(commit) or \
39 self._get_commitid(branch) or \
40 self._get_commitid(valid_patch_branch) or \
41 self._get_commitid('HEAD')
65 def _get_commitid(self, commit): member in PatchTestRepo