commit:     83a9d31c5a5fb33cb54f29d7dbc0a447bcb08eb8
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 22 09:47:24 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 22 09:47:24 2022 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=83a9d31c

distfiles.xml: https is not a valid value for the protocol attribute

Mirrorselect (extractor.py) distinguishes only between http and ftp.

Fixes: 96b932c951ec8d11eee6ec3a7f2d20671b2e6e22
Bug: https://bugs.gentoo.org/715198
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 files/mirrors/distfiles.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
index 64bef94..23d01d0 100644
--- a/files/mirrors/distfiles.xml
+++ b/files/mirrors/distfiles.xml
@@ -322,7 +322,7 @@ vim: ft=xml et ts=2 sts=2 sw=2:
   <mirrorgroup region="Europe" country="TR" countryname="Turkey">
     <mirror>
       <name>Turkish Linux Users Group - Linux Kullanicilari Dernegi(LKD)</name>
-      <uri protocol="https" ipv4="y" ipv6="n" 
partial="n">https://ftp.linux.org.tr/gentoo/</uri>
+      <uri protocol="http" ipv4="y" ipv6="n" 
partial="n">https://ftp.linux.org.tr/gentoo/</uri>
       <uri protocol="rsync" ipv4="y" ipv6="n" 
partial="n">rsync://ftp.linux.org.tr/gentoo-distfiles/</uri>
     </mirror>
   </mirrorgroup>

Reply via email to