All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fetch2/tests: Add parameter to recipe_uri
@ 2023-01-18  7:28 Pavel Zhukov
  2023-01-18  9:58 ` [bitbake-devel] " Quentin Schulz
  0 siblings, 1 reply; 5+ messages in thread
From: Pavel Zhukov @ 2023-01-18  7:28 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Pavel Zhukov

While the parameter is not required it allows testing of possible
regression in fetcher code when parameter specified and mirrors are
used.

Signed-off-by: Pavel Zhukov <pavel@zhukoff.net>
---
 lib/bb/tests/fetch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py
index ad3d4dea..4a10b16f 100644
--- a/lib/bb/tests/fetch.py
+++ b/lib/bb/tests/fetch.py
@@ -2852,7 +2852,7 @@ class FetchPremirroronlyLocalTest(FetcherTest):
         os.mkdir(self.mirrordir)
         self.reponame = "bitbake"
         self.gitdir = os.path.join(self.tempdir, "git", self.reponame)
-        self.recipe_url = "git://git.fake.repo/bitbake"
+        self.recipe_url = "git://git.fake.repo/bitbake;branch=master"
         self.d.setVar("BB_FETCH_PREMIRRORONLY", "1")
         self.d.setVar("BB_NO_NETWORK", "1")
         self.d.setVar("PREMIRRORS", self.recipe_url + " " + "file://{}".format(self.mirrordir) + " \n")
-- 
2.39.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-18 10:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-18  7:28 [PATCH] fetch2/tests: Add parameter to recipe_uri Pavel Zhukov
2023-01-18  9:58 ` [bitbake-devel] " Quentin Schulz
2023-01-18 10:02   ` Pavel Zhukov
2023-01-18 10:13     ` Pavel Zhukov
2023-01-18 10:17       ` Quentin Schulz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.