mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
mirrors.bbclass: remove redundant server-specific mirrors
With the previously added general git repo fallback rule the server specific fallback mirrors for git.savannah.gnu.org and git.yoctoproject.org are redundant. Remove them. (From OE-Core rev: da864dbed0c29b3e3f0d1676ec1bb974f332ff3f) Signed-off-by: Daniel Wagenknecht <dwagenknecht@emlix.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e3db91baf4
commit
aeb1d21db7
@@ -70,8 +70,6 @@ ${CPAN_MIRROR} http://search.cpan.org/CPAN/ \n \
|
||||
MIRRORS += "\
|
||||
git://salsa.debian.org/.* git://salsa.debian.org/PATH;protocol=https \n \
|
||||
git://git.gnome.org/.* git://gitlab.gnome.org/GNOME/PATH;protocol=https \n \
|
||||
git://git.savannah.gnu.org/.* git://git.savannah.gnu.org/git/PATH;protocol=https \n \
|
||||
git://git.yoctoproject.org/.* git://git.yoctoproject.org/git/PATH;protocol=https \n \
|
||||
git://.*/.* git://HOST/PATH;protocol=https \n \
|
||||
git://.*/.* git://HOST/git/PATH;protocol=https \n \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user