aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2017-07-28 13:47:53 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-30 08:43:13 +0100
commit2d0203fae08c5ff8dc3e9afaa9a819abc4a1af6f (patch)
treedb5dd9cc391a9d9873afe9d7a6ebecbc368da421 /lib/bb
parent0f85c54385f325f3ebbf911b35bbac11b8863b6b (diff)
downloadbitbake-contrib-2d0203fae08c5ff8dc3e9afaa9a819abc4a1af6f.tar.gz
tests/fetch: fix GitShallowTest.test_bitbake
`git fetch --tags` seems to interact badly with `mirror=fetch`, resulting in the regular branches not being fetched, so drop the unnecessary `--tags`. This fixes this unit test failure: `bb.fetch2.FetchError: Fetcher failure: Unable to resolve 'master' in upstream git repository in git ls-remote output for /tmp/tmp4ag_mgmn/gitsource` [YOCTO #11698] Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb')
-rw-r--r--lib/bb/tests/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py
index 343ae8fe5..faa5c74aa 100644
--- a/lib/bb/tests/fetch.py
+++ b/lib/bb/tests/fetch.py
@@ -1440,7 +1440,7 @@ class GitShallowTest(FetcherTest):
def test_bitbake(self):
self.git('remote add --mirror=fetch origin git://github.com/openembedded/bitbake', cwd=self.srcdir)
self.git('config core.bare true', cwd=self.srcdir)
- self.git('fetch --tags', cwd=self.srcdir)
+ self.git('fetch', cwd=self.srcdir)
self.d.setVar('BB_GIT_SHALLOW_DEPTH', '0')
# Note that the 1.10.0 tag is annotated, so this also tests