]> code.ossystems Code Review - openembedded-core.git/commit
oeqa.utils.git: use --verify in rev_parse()
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 15 May 2017 11:18:41 +0000 (14:18 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 May 2017 16:44:00 +0000 (17:44 +0100)
commitf5b420c7f07a008c11d492b055c7cc8869f644d3
tree87ed080806ce61584255d01a5026309f2770dcd6
parentef73fa70f0955912b0da140922465a3c817424e9
oeqa.utils.git: use --verify in rev_parse()

We use rev-parse for turning git object names into SHA-1 and checking
their existence. Using --verify option makes sure git-rev-parse does
what we expect.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/utils/git.py