summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-22 20:37:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-02 16:11:35 +0100
commit5ea39eac95e00a97289eb93e7d2863a3e1de5770 (patch)
tree59ef4ae8d7feb0d98e7879e2e6fb91faceeff1eb
parentf65b24e9ca0918a4ede70ea48ed8b7cc4620f07f (diff)
downloadpoky-5ea39eac95e00a97289eb93e7d2863a3e1de5770.tar.gz
bitbake: tests/fetch: Switch from git.infradead.org to a YP mirror
Upstream is unavailable, breaking tests. Switch to a YP mirror since if we can't reach that there are bigger problems. This should remove a source of intermittent failures on the autobuilder. (Bitbake rev: 417f635fca1aa2484c7ccba9ffbbfe9601d41d66) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/lib/bb/tests/fetch.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index 32db5c38c8..2cac03b701 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1069,7 +1069,8 @@ class FetchLatestVersionTest(FetcherTest):
1069 ("mx-1.0", "git://github.com/clutter-project/mx.git;branch=mx-1.4", "9b1db6b8060bd00b121a692f942404a24ae2960f", "") 1069 ("mx-1.0", "git://github.com/clutter-project/mx.git;branch=mx-1.4", "9b1db6b8060bd00b121a692f942404a24ae2960f", "")
1070 : "1.99.4", 1070 : "1.99.4",
1071 # version pattern "vX.Y" 1071 # version pattern "vX.Y"
1072 ("mtd-utils", "git://git.infradead.org/mtd-utils.git", "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f", "") 1072 # mirror of git.infradead.org since network issues interfered with testing
1073 ("mtd-utils", "git://git.yoctoproject.org/mtd-utils.git", "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f", "")
1073 : "1.5.0", 1074 : "1.5.0",
1074 # version pattern "pkg_name-X.Y" 1075 # version pattern "pkg_name-X.Y"
1075 ("presentproto", "git://anongit.freedesktop.org/git/xorg/proto/presentproto", "24f3a56e541b0a9e6c6ee76081f441221a120ef9", "") 1076 ("presentproto", "git://anongit.freedesktop.org/git/xorg/proto/presentproto", "24f3a56e541b0a9e6c6ee76081f441221a120ef9", "")