commit: 88dc5897731ffd22ebf15b6dead154044081a23c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Sep 13 06:46:30 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Sep 13 06:46:30 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=88dc5897
mirrors: rsync: add rsync1.rs (sbb.rs) Bug: https://bugs.gentoo.org/408609 Signed-off-by: Sam James <sam <AT> gentoo.org> files/mirrors/rsync.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/files/mirrors/rsync.xml b/files/mirrors/rsync.xml index 0c7db318..90b6ef84 100644 --- a/files/mirrors/rsync.xml +++ b/files/mirrors/rsync.xml @@ -59,13 +59,23 @@ vim: ft=xml et ts=2 sts=2 sw=2: <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync2.bg.gentoo.org</uri> </mirror> </mirrorgroup> + <mirrorgroup region="Europe (rsync.europe.gentoo.org)" country="RS" countryname="Serbia"> + <mirror> + <name>Any available mirror - rsync.rs.gentoo.org</name> + <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync.rs.gentoo.org</uri> + </mirror> + <mirror> + <name>sbb.rs - rsync1.rs.gentoo.org</name> + <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync1.rs.gentoo.org</uri> + </mirror> + </mirrorgroup> <mirrorgroup region="Europe (rsync.europe.gentoo.org)" country="CH" countryname="Switzerland"> <mirror> <name>Any available mirror - rsync.ch.gentoo.org</name> <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync.ch.gentoo.org</uri> </mirror> <mirror> - <name>MDAPI - rsync1.ch.gentoo.org.</name> + <name>MDAPI - rsync1.ch.gentoo.org</name> <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync1.ch.gentoo.org</uri> </mirror> </mirrorgroup>
