Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/api:master commit in: files/mirrors/
Date: Sat, 22 Jan 2022 09:51:56
Message-Id: 1642844844.83a9d31c5a5fb33cb54f29d7dbc0a447bcb08eb8.ulm@gentoo
1 commit: 83a9d31c5a5fb33cb54f29d7dbc0a447bcb08eb8
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 22 09:47:24 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 22 09:47:24 2022 +0000
6 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=83a9d31c
7
8 distfiles.xml: https is not a valid value for the protocol attribute
9
10 Mirrorselect (extractor.py) distinguishes only between http and ftp.
11
12 Fixes: 96b932c951ec8d11eee6ec3a7f2d20671b2e6e22
13 Bug: https://bugs.gentoo.org/715198
14 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
15
16 files/mirrors/distfiles.xml | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
20 index 64bef94..23d01d0 100644
21 --- a/files/mirrors/distfiles.xml
22 +++ b/files/mirrors/distfiles.xml
23 @@ -322,7 +322,7 @@ vim: ft=xml et ts=2 sts=2 sw=2:
24 <mirrorgroup region="Europe" country="TR" countryname="Turkey">
25 <mirror>
26 <name>Turkish Linux Users Group - Linux Kullanicilari Dernegi(LKD)</name>
27 - <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://ftp.linux.org.tr/gentoo/</uri>
28 + <uri protocol="http" ipv4="y" ipv6="n" partial="n">https://ftp.linux.org.tr/gentoo/</uri>
29 <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://ftp.linux.org.tr/gentoo-distfiles/</uri>
30 </mirror>
31 </mirrorgroup>