]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer: enhance output in action_pull
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 4 Aug 2015 16:23:59 +0000 (18:23 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Aug 2015 07:12:41 +0000 (00:12 -0700)
commit00d01468a692faf4272894dd328e8c532bcf8b49
tree400878f8db4e2025bcc8189b2b777d31c28fee09
parentd168bf34c553dbe5de7511e158cd83869d7a88bc
combo-layer: enhance output in action_pull

The git operations can fail, for example when the branch is unknown
or misconfigured.

Better move the info message and extend it such that it is printed
first and provides the necessary context, because otherwise the
CalledProcessError exception gets dumped without mentioning for which
component it occurred.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/combo-layer