Home
last modified time | relevance | path

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

/qemu/.gitlab-ci.d/
H A Dcheck-patch.py29 ancestor = subprocess.check_output(["git", "merge-base", variable
33 ancestor = ancestor.strip() variable
36 ancestor + "..."],
42 print("\nNo commits since %s, skipping checks\n" % ancestor)
47 print("\nChecking all commits since %s...\n" % ancestor, flush=True)
49 ret = subprocess.run(["scripts/checkpatch.pl", "--terse", ancestor + "..."])
H A Dcheck-dco.py26 ancestor = subprocess.check_output(["git", "merge-base", variable
30 ancestor = ancestor.strip() variable
37 "on all commits since %s...\n" % ancestor)
40 ancestor + "..."],
/qemu/tests/qemu-iotests/
H A D043.out16 == ancestor references another ancestor ==