Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: Re: [gentoo-dev] [PATCH data/xml-schema 1/2] metadata.xsd: Add gnome remote-id
Date: Tue, 13 Sep 2022 06:38:41
Message-Id: 76603117e2600160a3aedd99b49eeea55c732e0c.camel@gentoo.org
In Reply to: [gentoo-dev] [PATCH data/xml-schema 1/2] metadata.xsd: Add gnome remote-id by Matt Turner
1 On Mon, 2022-09-12 at 20:58 -0400, Matt Turner wrote:
2 > Signed-off-by: Matt Turner <mattst88@g.o>
3 > ---
4 > metadata.xsd | 1 +
5 > 1 file changed, 1 insertion(+)
6 >
7 > diff --git a/metadata.xsd b/metadata.xsd
8 > index 87972cb..cced33d 100644
9 > --- a/metadata.xsd
10 > +++ b/metadata.xsd
11 > @@ -279,6 +279,7 @@
12 > <xs:enumeration value='gentoo'/>
13 > <xs:enumeration value='github'/>
14 > <xs:enumeration value='gitlab'/>
15 > + <xs:enumeration value='gnome'/>
16 > <xs:enumeration value='google-code'/>
17 > <xs:enumeration value='hackage'/>
18 > <xs:enumeration value='heptapod'/>
19
20 Some examples, please. Are these somehow "global" identifiers or
21 specific to their GitLab instances?
22
23 --
24 Best regards,
25 Michał Górny

Replies