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.py48 self._commit = self._get_commitid(commit) or \
49 self._get_commitid(branch) or \
50 self._get_commitid(valid_patch_branch) or \
51 self._get_commitid('HEAD')
135 def _get_commitid(self, commit): member in PatchTestRepo