Gentoo Archives: gentoo-dev

From: Matt Turner <mattst88@g.o>
To: 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 16:33:03
Message-Id: CAEdQ38EBeVF_573US4M7kz9v7JJZ36gdZOxgc=p0PM2M6D0eTw@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 12:00 PM Michał Górny <mgorny@g.o> wrote:
2 >
3 > On Tue, 2022-09-13 at 10:36 -0400, Matt Turner wrote:
4 > > On Tue, Sep 13, 2022 at 2:38 AM Michał Górny <mgorny@g.o> wrote:
5 > > >
6 > > > On Mon, 2022-09-12 at 20:58 -0400, Matt Turner wrote:
7 > > > > Signed-off-by: Matt Turner <mattst88@g.o>
8 > > > > ---
9 > > > > metadata.xsd | 1 +
10 > > > > 1 file changed, 1 insertion(+)
11 > > > >
12 > > > > diff --git a/metadata.xsd b/metadata.xsd
13 > > > > index 87972cb..cced33d 100644
14 > > > > --- a/metadata.xsd
15 > > > > +++ b/metadata.xsd
16 > > > > @@ -279,6 +279,7 @@
17 > > > > <xs:enumeration value='gentoo'/>
18 > > > > <xs:enumeration value='github'/>
19 > > > > <xs:enumeration value='gitlab'/>
20 > > > > + <xs:enumeration value='gnome'/>
21 > > > > <xs:enumeration value='google-code'/>
22 > > > > <xs:enumeration value='hackage'/>
23 > > > > <xs:enumeration value='heptapod'/>
24 > > >
25 > > > Some examples, please. Are these somehow "global" identifiers or
26 > > > specific to their GitLab instances?
27 > >
28 > > This would be for gitlab.gnome.org. E.g. for x11-terms/gnome-terminal
29 > > whose git repo is located at
30 > > https://gitlab.gnome.org/GNOME/gnome-terminal.git, we'd have
31 > >
32 > > <remote-id type="gnome">GNOME/gnome-terminal</remote-id>
33 > >
34 > > Similar situation for 'freedesktop' in patch 2/2, for gitlab.freedesktop.org.
35 > >
36 >
37 > Well, then I guess I'd prefer if these were "gnome-gitlab"
38 > and "freedesktop-gitlab" to make it clear which services the names
39 > correspond to.
40
41 Sure, will do.