]> 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>
Fri, 8 Feb 2019 14:11:45 +0000 (14:11 +0000)
commit2d835bb1570c515ae501442f3ce19fae8e249b27
tree1005b96ebf4d3c2d7793c857d15c98f0bfbcef94
parent3ec43bf4c6c8f7730a67f63ad4e14903f289014e
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.

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