Searched refs:commithash (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | test_mbox.py | 99 commithash, author, date, shortlog = headlog() 101 … data=[('Targeted branch', '%s (currently at %s)' % (PatchTestInput.repo.branch, commithash))])
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_go.py | 513 def generate_src_rev(path, version, commithash): argument 520 if not commithash: 554 inline_fcn, commithash = self.__generate_srcuri_inline_fcn( 557 src_revs.append(generate_src_rev(path, version, commithash))
|