]> code.ossystems Code Review - openembedded-core.git/commit
bitbake/fetch/git: Ensure fullclone repositories are fully fetched
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 19 Oct 2010 16:17:41 +0000 (17:17 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 19 Oct 2010 16:17:41 +0000 (17:17 +0100)
commit08cec5033020f731d946058ae4ab2b708db7a295
tree5218828bcbff0cb1f4c83707ba8b30df79cda671
parent05c8ee60f164bec5a34e432312c0e65e927b40cf
bitbake/fetch/git: Ensure fullclone repositories are fully fetched

The git fetcher was failing to pull in new branches into a git
repository mirror tarball as the git fetch command being used didn't
add new remote branches.

This patch uses "git fetch --all" for fullclones to ensure any
new remote branches are cloned correctly.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/fetch/git.py