diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-22 20:37:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-10 21:10:54 +0100 |
commit | 3315b9f4a55c7f9ded954fe990174e9382827739 (patch) | |
tree | 1f9d9af9007e9008c9a0273ef6188efc752d583a /bitbake/lib | |
parent | 958427e9d2ee7276887f2b02ba85cf0996dea553 (diff) | |
download | poky-3315b9f4a55c7f9ded954fe990174e9382827739.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: f4e60b29df88393302957c5bbdbe24ca38c4633c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-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 57376c44f5..d8d618988d 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
@@ -1080,7 +1080,8 @@ class FetchLatestVersionTest(FetcherTest): | |||
1080 | ("mx-1.0", "git://github.com/clutter-project/mx.git;branch=mx-1.4", "9b1db6b8060bd00b121a692f942404a24ae2960f", "") | 1080 | ("mx-1.0", "git://github.com/clutter-project/mx.git;branch=mx-1.4", "9b1db6b8060bd00b121a692f942404a24ae2960f", "") |
1081 | : "1.99.4", | 1081 | : "1.99.4", |
1082 | # version pattern "vX.Y" | 1082 | # version pattern "vX.Y" |
1083 | ("mtd-utils", "git://git.infradead.org/mtd-utils.git", "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f", "") | 1083 | # mirror of git.infradead.org since network issues interfered with testing |
1084 | ("mtd-utils", "git://git.yoctoproject.org/mtd-utils.git", "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f", "") | ||
1084 | : "1.5.0", | 1085 | : "1.5.0", |
1085 | # version pattern "pkg_name-X.Y" | 1086 | # version pattern "pkg_name-X.Y" |
1086 | ("presentproto", "git://anongit.freedesktop.org/git/xorg/proto/presentproto", "24f3a56e541b0a9e6c6ee76081f441221a120ef9", "") | 1087 | ("presentproto", "git://anongit.freedesktop.org/git/xorg/proto/presentproto", "24f3a56e541b0a9e6c6ee76081f441221a120ef9", "") |