]> 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, 18 Feb 2019 10:33:08 +0000 (10:33 +0000)
commit4820ca2b0850e29b04a4fd5659a6e9837d6714d0
tree967947564d0d6aee080749d682e4510eb8bf4467
parent8f0bece39a634fce5bd882cbd9e289ea905a0b17
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.

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