summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@bmw.de>2018-03-26 14:57:59 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-28 12:09:52 +0100
commitf6cbf2eadd43160c74fb5f058b7439d8ae61d4be (patch)
treefae831a84b76e8b098c9323dd7ea8744a6e1910a /meta/classes
parent1fe6ca8206c11900f8cce91d703289fe81c0a1c4 (diff)
downloadpoky-f6cbf2eadd43160c74fb5f058b7439d8ae61d4be.tar.gz
mirrors.bbclass: change Debian anonscm to salsa
Debian anonscm service in Alioth is shutdown and thus fetching sources fails. https://wiki.debian.org/Alioth "Alioth is broken, and there is nobody around to fix it. Don't ask the remaining people who give it life support to implement fixes and changes. It is being replaced by a cocktail of ?GitLab (see Salsa), read-only repos and keep-alive mechanisms. See below for more information." https://wiki.debian.org/Salsa "What is Salsa? Salsa is the name of a collaborative development server for Debian based on the gitlab software. Salsa is supposed to provide the necessary tools for package maintainers, packaging teams and other Debian related individuals and groups for collaborative development. What is the status of Salsa? After various discussions about the future of Alioth, the Alioth Sprint in August 2017 gave birth to the initial setup of the the upcoming Salsa service. The productive weekend resulted in a working prototype and was launched as a beta in December 2017. It left its beta status in January 2018." (From OE-Core rev: 08ff7b42d8b7d06ef61255185c95e900ada8769b) Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/mirrors.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass
index 766f1cb6fa..b331afc5d0 100644
--- a/meta/classes/mirrors.bbclass
+++ b/meta/classes/mirrors.bbclass
@@ -67,7 +67,7 @@ ${CPAN_MIRROR} http://search.cpan.org/CPAN/ \n \
67# where git native protocol fetches may fail due to local firewall rules, etc. 67# where git native protocol fetches may fail due to local firewall rules, etc.
68 68
69MIRRORS += "\ 69MIRRORS += "\
70git://anonscm.debian.org/.* git://anonscm.debian.org/git/PATH;protocol=https \n \ 70git://salsa.debian.org/.* git://salsa.debian.org/PATH;protocol=https \n \
71git://git.gnome.org/.* git://git.gnome.org/browse/PATH;protocol=https \n \ 71git://git.gnome.org/.* git://git.gnome.org/browse/PATH;protocol=https \n \
72git://git.savannah.gnu.org/.* git://git.savannah.gnu.org/git/PATH;protocol=https \n \ 72git://git.savannah.gnu.org/.* git://git.savannah.gnu.org/git/PATH;protocol=https \n \
73git://git.yoctoproject.org/.* git://git.yoctoproject.org/git/PATH;protocol=https \n \ 73git://git.yoctoproject.org/.* git://git.yoctoproject.org/git/PATH;protocol=https \n \