]> code.ossystems Code Review - openembedded-core.git/commit
oe-build-perf-report: Allow commits from different branches
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Feb 2019 13:38:22 +0000 (13:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Mar 2019 23:12:08 +0000 (23:12 +0000)
commitc6351550a9bff3e0b0e3d3c0baefed4041c47b33
tree6c7c936a4b8d91cbd84ed2e737f852b410442462
parente95277e859adb3e3ca26c8c618954ae52ec3bff4
oe-build-perf-report: Allow commits from different branches

The code won't currently allow comparisions of two commits on different
branches even if the commits are specified by their hashes.

This updates the code to search two branches for any relavent commits,
hence allowing comparisions to be made. A particularly useful case is
master vs. master-next for example.

(From OE-Core rev: 2d835bb1570c515ae501442f3ce19fae8e249b27)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-build-perf-report