]> code.ossystems Code Review - openembedded-core.git/commit
oeqa.utils.metadata: rename 'revision' to 'commit'
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 13 Jan 2017 13:12:41 +0000 (15:12 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:45:45 +0000 (22:45 +0000)
commita6521b89e86ddba6bd646dd3974d7b0390323b56
tree7c6b120116c66a402f038448aab2ea3dc738ab7a
parent02d3ba17a8090bd088beb973980651d664f713bb
oeqa.utils.metadata: rename 'revision' to 'commit'

Revision is a bit vague and could point to a tag, for example. Git
commit objects are unambiguous and persistent so be explicit that the
element should contain git commit hash.

[YOCTO #10590]

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