From c69797d89c988164cbfde6436e790ea0fa5cdbc0 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 21 Jan 2010 10:30:37 +0000 Subject: bitbake/git: remove repodir usage (from bitbake master) Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/bb/fetch/git.py b/bitbake/lib/bb/fetch/git.py index 0e68325db..9430582d5 100644 --- a/bitbake/lib/bb/fetch/git.py +++ b/bitbake/lib/bb/fetch/git.py @@ -211,6 +211,6 @@ class Git(Fetch): os.chdir(cwd) buildindex = "%s" % output.split()[0] - bb.msg.debug(1, bb.msg.domain.Fetcher, "GIT repository for %s in %s is returning %s revisions in rev-list before %s" % (url, repodir, buildindex, rev)) + bb.msg.debug(1, bb.msg.domain.Fetcher, "GIT repository for %s in %s is returning %s revisions in rev-list before %s" % (url, ud.clonedir, buildindex, rev)) return buildindex -- cgit v1.2.3