]> 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 Feb 2019 22:25:07 +0000 (22:25 +0000)
commitc4263bf021daafd4e89acd4cba48c9a7fbd0d8a1
tree4902a1b34418efa88334b3caea9cbc674e1086ba
parentb162c70dd6e926e1700553e27b41eb1c12ee2dce
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/oe-build-perf-report