]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
build-perf-test-wrapper.sh: store buildstats under git-notes marquiz/buildperf/buildstats
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 23 Mar 2017 13:21:19 +0000 (15:21 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 24 Mar 2017 07:46:13 +0000 (09:46 +0200)
commitf0bbc520fefdd7fbdafcabec1643ca857f3835f4
treee08d7a0302ced3e538c0d9c4f846fa667cc64345
parent40c688684c59ea109ad7da3f69fc2cfa4d916ba6
build-perf-test-wrapper.sh: store buildstats under git-notes

In order to dramatically reduce the data footprint of the result
branches. This makes cloning/pulling result repositories a lot faster.
Buildstats can still be accessed, when needed by doing
git fetch refs/notes/buildstats/*:refs/notes/buildstats/*

[YOCTO #10582]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
scripts/contrib/build-perf-test-wrapper.sh