From da864dbed0c29b3e3f0d1676ec1bb974f332ff3f Mon Sep 17 00:00:00 2001 From: Daniel Wagenknecht Date: Thu, 2 Sep 2021 08:31:19 +0200 Subject: 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. Signed-off-by: Daniel Wagenknecht Signed-off-by: Richard Purdie --- meta/classes/mirrors.bbclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index ab75ca1bb6..ba325a658b 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass @@ -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 \ " -- cgit 1.2.3-korg