]> code.ossystems Code Review - openembedded-core.git/commit
devtool: update-recipe: check if source tree is a git repository
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 27 Apr 2015 09:53:21 +0000 (10:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Apr 2015 14:05:40 +0000 (15:05 +0100)
commiteb2147aa8facd4ef33a0749e9ae660ec686dad48
treeb38a51dc632c2dff2a614acfd4f315b601fb95cf
parent3332d68ef7b2a300ce8dcf5021497d98e5b17baa
devtool: update-recipe: check if source tree is a git repository

If you've done "devtool add" (or "devtool modify" without -x) then it's
possible that the external source tree is not a git repository, so we
should handle that case here instead of printing a traceback.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py