]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-build-perf-report: fix handling of --history-length
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 15 Sep 2017 12:54:51 +0000 (15:54 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Sep 2017 10:07:23 +0000 (11:07 +0100)
commitcbeb1fb27329f8eba4d779d22fcad56f0fb03947
treebf0504cf48d58cc017dc06017487298a8808b3d9
parent25351c7cac167b1a3e8b531e2cdf708192c6fa1f
scripts/oe-build-perf-report: fix handling of --history-length

Don't crash if 'left' revision is older than the range of commits
specified with '--history-length'. In this case the 'left' revision
takes precedence.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-build-perf-report