]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-git-archive: Separate out functionality to library function
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Feb 2019 22:12:40 +0000 (22:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 22:25:08 +0000 (22:25 +0000)
commite47c48768a01191ec36b9732288e05c9f5e80d52
tree1643cac63fdfb0ed5c9db6bfa029e87c138a2b8a
parent047fd7cf6fc2a3d5d170241f5cc5b61b8d9d8522
scripts/oe-git-archive: Separate out functionality to library function

This turns the core of the script into a library function. Ultimately this
will let us call that code with custom 'keywords' rather than relying
on the data parsed from bitbake metadata which can't be used when archiving
historical results.

(From OE-Core rev: 4820ca2b0850e29b04a4fd5659a6e9837d6714d0)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oeqa/utils/gitarchive.py [new file with mode: 0644]
scripts/oe-git-archive