Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/api:master commit in: files/mirrors/
Date: Thu, 23 Jun 2022 19:23:11
Message-Id: 1656012183.02bca1211bd25a6b1a44980505fdc14cf306b3a6.sam@gentoo
1 commit: 02bca1211bd25a6b1a44980505fdc14cf306b3a6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 23 19:22:20 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 23 19:23:03 2022 +0000
6 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=02bca121
7
8 mirrors: fix XML syntax
9
10 I'll set up a hook at least locally now.
11
12 Fixes: f013dd250ba4a9bc072db2d84586b437c61b0fb5
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 files/mirrors/distfiles.xml | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
19 index 7658563..0026f9d 100644
20 --- a/files/mirrors/distfiles.xml
21 +++ b/files/mirrors/distfiles.xml
22 @@ -46,6 +46,7 @@ vim: ft=xml et ts=2 sts=2 sw=2:
23 <mirror>
24 <name>University of Utah (Flux Group)</name>
25 <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo-mirror.flux.utah.edu/</uri>
26 + </mirror>
27 <mirror>
28 <name>Rochester Institute of Technology</name>
29 <uri protocol="http" ipv4="y" ipv6="y" partial="n">https://mirrors.rit.edu/gentoo/</uri>