Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/openbmc-autobump/
H A Dopenbmc-autobump.py177 revlist = "{}..{}".format(recipe_sha, project_sha)
178 shortlog = git.shortlog(revlist, _cwd=project_name)
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py543 def generateCoveredList2( revlist = None ): argument
544 if not revlist:
545 revlist = []
546 covered_list = [ x for x in revlist if x.outcome == Task.OUTCOME_COVERED ]
548 revlist = [ x for x in revlist if x.outcome != Task.OUTCOME_COVERED ]
549 if len(revlist) > 0:
550 return revlist
554 revlist = list(set(revlist + newlist))
555 covered_list = [ x for x in revlist if x.outcome == Task.OUTCOME_COVERED ]
556 return revlist
/openbmc/openbmc/poky/scripts/
H A Dcombo-layer720 revlist = runcmd(rev_cmd, ldir).splitlines()
725 count=len(revlist)-1
727 runcmd("%s %s %s %s" % (repo['hook'], patch, revlist[count], name))
734 count=len(revlist)-1
736 f.write("%s %s\n" % (patch, revlist[count]))