summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-26 22:02:04 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-26 22:18:43 +0000
commit89fc9450abefd682266efcbfa031d1ef115ff1a7 (patch)
tree72b08f81b62bfea7efa1f4d8a4fa1d5dc5ebe280
parentd8daad57bdbceec041c4c2d288ed5d487ad8e6dc (diff)
downloadbitbake-89fc9450abefd682266efcbfa031d1ef115ff1a7.tar.gz
tests/fetch: Update upstream master->main branchname transition2020-04.4-dunfell1.46.4
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 f7fe78b4a..4702c99a7 100644
--- a/lib/bb/tests/fetch.py
+++ b/lib/bb/tests/fetch.py
@@ -918,7 +918,7 @@ class FetcherNetworkTest(FetcherTest):
def test_git_submodule_dbus_broker(self):
# The following external repositories have show failures in fetch and unpack operations
# We want to avoid regressions!
- url = "gitsm://github.com/bus1/dbus-broker;protocol=git;rev=fc874afa0992d0c75ec25acb43d344679f0ee7d2"
+ url = "gitsm://github.com/bus1/dbus-broker;protocol=git;rev=fc874afa0992d0c75ec25acb43d344679f0ee7d2;branch=main"
fetcher = bb.fetch.Fetch([url], self.d)
fetcher.download()
# Previous cwd has been deleted