Gentoo Archives: gentoo-dev

From: Matt Turner <mattst88@g.o>
To: "Michał Górny" <mgorny@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH data/xml-schema 1/2] metadata.xsd: Add gnome remote-id
Date: Tue, 13 Sep 2022 14:37:16
Message-Id: CAEdQ38GaF9K+7eq1xNPx-C0GOXZSeNh-4p6=YGXWybZrNkrKqQ@mail.gmail.com
In Reply to: Re: [gentoo-dev] [PATCH data/xml-schema 1/2] metadata.xsd: Add gnome remote-id by "Michał Górny"
1 On Tue, Sep 13, 2022 at 2:38 AM Michał Górny <mgorny@g.o> wrote:
2 >
3 > On Mon, 2022-09-12 at 20:58 -0400, Matt Turner wrote:
4 > > Signed-off-by: Matt Turner <mattst88@g.o>
5 > > ---
6 > > metadata.xsd | 1 +
7 > > 1 file changed, 1 insertion(+)
8 > >
9 > > diff --git a/metadata.xsd b/metadata.xsd
10 > > index 87972cb..cced33d 100644
11 > > --- a/metadata.xsd
12 > > +++ b/metadata.xsd
13 > > @@ -279,6 +279,7 @@
14 > > <xs:enumeration value='gentoo'/>
15 > > <xs:enumeration value='github'/>
16 > > <xs:enumeration value='gitlab'/>
17 > > + <xs:enumeration value='gnome'/>
18 > > <xs:enumeration value='google-code'/>
19 > > <xs:enumeration value='hackage'/>
20 > > <xs:enumeration value='heptapod'/>
21 >
22 > Some examples, please. Are these somehow "global" identifiers or
23 > specific to their GitLab instances?
24
25 This would be for gitlab.gnome.org. E.g. for x11-terms/gnome-terminal
26 whose git repo is located at
27 https://gitlab.gnome.org/GNOME/gnome-terminal.git, we'd have
28
29 <remote-id type="gnome">GNOME/gnome-terminal</remote-id>
30
31 Similar situation for 'freedesktop' in patch 2/2, for gitlab.freedesktop.org.

Replies