1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

bitbake: tests/fetch: Handle upstream master -> main branch change

(Bitbake rev: 1428128c787642dca690a7d51f2be793e001ae37)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2022-02-23 18:08:27 +00:00
parent 4947c6a820
commit b228df2e21
+1 -1
View File
@@ -1079,7 +1079,7 @@ class FetcherNetworkTest(FetcherTest):
""" Prevent regression on deeply nested submodules not being checked out properly, even though they were fetched. """ """ Prevent regression on deeply nested submodules not being checked out properly, even though they were fetched. """
# This repository also has submodules where the module (name), path and url do not align # This repository also has submodules where the module (name), path and url do not align
url = "gitsm://github.com/azure/iotedge.git;protocol=https;rev=d76e0316c6f324345d77c48a83ce836d09392699" url = "gitsm://github.com/azure/iotedge.git;protocol=https;rev=d76e0316c6f324345d77c48a83ce836d09392699;branch=main"
fetcher = bb.fetch.Fetch([url], self.d) fetcher = bb.fetch.Fetch([url], self.d)
fetcher.download() fetcher.download()
# Previous cwd has been deleted # Previous cwd has been deleted