Gentoo Archives: gentoo-dev

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

Replies