]> code.ossystems Code Review - openembedded-core.git/commit
scripts: Implement oe-git-archive
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 2 Feb 2017 14:30:57 +0000 (16:30 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Feb 2017 04:06:27 +0000 (20:06 -0800)
commit801e612b137b9d5366639d5b1635151347da5983
treeabe669908ceb1216697ec0480bf256eb2fcdd85b
parent5fce33644a58b55d0af6c1775e8f65b426eb4dcb
scripts: Implement oe-git-archive

A helper script for committing data to git and pushing it upstream. The
motivation for the script stems from the need to archiving QA test
results in git, but it could be used elsewhere, of course. The script
needs to be run under an initialized build environment because it
utilizes bitbake configuration information.

[YOCTO #10582]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-git-archive [new file with mode: 0755]