commit: eb3899c416a83a7c8b71fc0395aecf644701d04a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 7 14:35:10 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Sep 7 14:35:10 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=eb3899c4
mirrors: distfiles: enable https, rsync for jss mirror Bug: https://bugs.gentoo.org/659230 Signed-off-by: Sam James <sam <AT> gentoo.org> files/mirrors/distfiles.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml index 8a43a94..bc12481 100644 --- a/files/mirrors/distfiles.xml +++ b/files/mirrors/distfiles.xml @@ -319,7 +319,9 @@ vim: ft=xml et ts=2 sts=2 sw=2: </mirror> <mirror> <name>JSS & Hayer</name> + <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://gentoo.jss.hu</uri> <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.jss.hu</uri> + <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://gentoo.jss.hu/mirror</uri> </mirror> </mirrorgroup> <mirrorgroup region="Europe" country="IE" countryname="Ireland">
