Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/xml-schema:master commit in: /
Date: Wed, 14 Sep 2022 20:02:54
Message-Id: 1663185767.85acd4adfd9ae6f6d361131dbf5a07f3ad6da4da.sam@gentoo
1 commit: 85acd4adfd9ae6f6d361131dbf5a07f3ad6da4da
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 14 19:14:59 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 14 20:02:47 2022 +0000
6 URL: https://gitweb.gentoo.org/data/xml-schema.git/commit/?id=85acd4ad
7
8 metadata.xsd: Add gnome-gitlab remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 metadata.xsd | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/metadata.xsd b/metadata.xsd
17 index 87972cb..303b57f 100644
18 --- a/metadata.xsd
19 +++ b/metadata.xsd
20 @@ -279,6 +279,7 @@
21 <xs:enumeration value='gentoo'/>
22 <xs:enumeration value='github'/>
23 <xs:enumeration value='gitlab'/>
24 + <xs:enumeration value='gnome-gitlab'/>
25 <xs:enumeration value='google-code'/>
26 <xs:enumeration value='hackage'/>
27 <xs:enumeration value='heptapod'/>