diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-22 20:37:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-22 20:53:28 +0100 |
commit | 0045df8f9b177117b5337735dd3a24233a4a4406 (patch) | |
tree | 11a17ca860faedcfb1778a788ae5ce71e1cf2465 /bitbake | |
parent | 0fc9d32ae11ebb53aa33342f50887c1e692a1f32 (diff) | |
download | poky-0045df8f9b177117b5337735dd3a24233a4a4406.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: 83296870bede70e31bdf6e73683bcc30681023fc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/tests/fetch.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py index d0c161a7f6..4697ef59b5 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
@@ -1152,7 +1152,8 @@ class FetchLatestVersionTest(FetcherTest): | |||
1152 | ("mx-1.0", "git://github.com/clutter-project/mx.git;branch=mx-1.4", "9b1db6b8060bd00b121a692f942404a24ae2960f", "") | 1152 | ("mx-1.0", "git://github.com/clutter-project/mx.git;branch=mx-1.4", "9b1db6b8060bd00b121a692f942404a24ae2960f", "") |
1153 | : "1.99.4", | 1153 | : "1.99.4", |
1154 | # version pattern "vX.Y" | 1154 | # version pattern "vX.Y" |
1155 | ("mtd-utils", "git://git.infradead.org/mtd-utils.git", "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f", "") | 1155 | # mirror of git.infradead.org since network issues interfered with testing |
1156 | ("mtd-utils", "git://git.yoctoproject.org/mtd-utils.git", "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f", "") | ||
1156 | : "1.5.0", | 1157 | : "1.5.0", |
1157 | # version pattern "pkg_name-X.Y" | 1158 | # version pattern "pkg_name-X.Y" |
1158 | ("presentproto", "git://anongit.freedesktop.org/git/xorg/proto/presentproto", "24f3a56e541b0a9e6c6ee76081f441221a120ef9", "") | 1159 | ("presentproto", "git://anongit.freedesktop.org/git/xorg/proto/presentproto", "24f3a56e541b0a9e6c6ee76081f441221a120ef9", "") |