commit: 71df092fb8792f1c423b9c68c144469528e82a37 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 7 13:34:15 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Sep 7 13:34:15 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=71df092f
mirrors: rsync: add Interexcel World Connection mirror in JHB, South Africa Many thanks to Jaco for bringing us our first mirror in ZA! Bug: https://bugs.gentoo.org/772140 Signed-off-by: Sam James <sam <AT> gentoo.org> files/mirrors/rsync.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/files/mirrors/rsync.xml b/files/mirrors/rsync.xml index 2f39d4a..94c3081 100644 --- a/files/mirrors/rsync.xml +++ b/files/mirrors/rsync.xml @@ -284,4 +284,14 @@ vim: ft=xml et ts=2 sts=2 sw=2: <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync6.tw.gentoo.org</uri> </mirror> </mirrorgroup> + <mirrorgroup region="Africa" country="ZA" countryname="South Africa"> + <mirror> + <name>Any available mirror - rsync.za.gentoo.org</name> + <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync.za.gentoo.org</uri> + </mirror> + <mirror> + <name>Interexcel World Connection (Pty) Ltd / Ultimate Linux Solutions (Pty) Ltd</name> + <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync1.za.gentoo.org</uri> + </mirror> + </mirrorgroup> </mirrors>
