]> code.ossystems Code Review - openembedded-core.git/commit
scripts/combo-layer: ensure we validate branch/revision on init
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 13 Sep 2012 16:23:12 +0000 (17:23 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Sep 2012 08:49:55 +0000 (09:49 +0100)
commite498257ecbec94cec181d73bda57d44335b4dee0
tree9e95943e9959f3608dc3ad19baf3192a2ed5863c
parentff8277cd133e9a02b131977078cff61fa587a1af
scripts/combo-layer: ensure we validate branch/revision on init

If both branch and last_revision are specified for a component when
combo-layer init is run, ensure that the specified revision is actually
on the specified branch and error out if not. Also ensure that the error
message mentions the component.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/combo-layer