From 6ac3680a2d61d2023c7800ba718c94cb6659750c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 11 Feb 2008 20:33:43 +0000 Subject: bitbake: Sync with upstream 1.8 branch for git fetcher and --continue mode fix git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3761 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- bitbake/lib/bb/fetch/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/fetch') diff --git a/bitbake/lib/bb/fetch/git.py b/bitbake/lib/bb/fetch/git.py index 65ea5e5ca..0c708e351 100644 --- a/bitbake/lib/bb/fetch/git.py +++ b/bitbake/lib/bb/fetch/git.py @@ -96,7 +96,7 @@ class Git(Fetch): # Remove all but the .git directory runfetchcmd("rm * -Rf", d) runfetchcmd("git fetch %s://%s%s" % (ud.proto, ud.host, ud.path), d) - runfetchcmd("git pull --tags %s://%s%s" % (ud.proto, ud.host, ud.path), d) + runfetchcmd("git fetch --tags %s://%s%s" % (ud.proto, ud.host, ud.path), d) runfetchcmd("git prune-packed", d) runfetchcmd("git pack-redundant --all | xargs -r rm", d) -- cgit v1.2.3