]> code.ossystems Code Review - openembedded-core.git/commit
fetch2/git.py: Fix problem when fetching with no origin
authorSaul Wold <sgw@linux.intel.com>
Sat, 5 Feb 2011 22:11:25 +0000 (14:11 -0800)
committerSaul Wold <sgw@linux.intel.com>
Sat, 5 Feb 2011 22:14:21 +0000 (14:14 -0800)
commit192f631129e25b959d501c46c3156b7037b49c22
treedb173381daddd0a5cf2e1a1a8aadeb382cd6bd60
parent96810cade04cad44d70a7c6e51aacdf89caef92b
fetch2/git.py: Fix problem when fetching with no origin

When updating a git repo, its possible to not have an origin,
so fail gracefully with a debug message.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
bitbake/lib/bb/fetch2/git.py