Gentoo Archives: gentoo-dev

From: A <cyber+gentoo@×××××.in>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] metadata.dtd: add sourcehut remote-id
Date: Sat, 23 Jul 2022 08:56:00
Message-Id: Ytu3liHWM5WgXWVy@sysrq.in
In Reply to: [gentoo-dev] [PATCH] metadata.dtd: add sourcehut remote-id by Sam James
1 On 2022-07-23 01:11, Sam James wrote:
2 > Signed-off-by: Sam James <sam@g.o>
3
4 Bug: https://bugs.gentoo.org/808779
5
6 > ---
7 > metadata.dtd | 2 +-
8
9 XSD needs to be updated too (and wiki, and soko, and pkgcheck...)
10
11 > 1 file changed, 1 insertion(+), 1 deletion(-)
12 >
13 > diff --git a/metadata.dtd b/metadata.dtd
14 > index 581943e..1297548 100644
15 > --- a/metadata.dtd
16 > +++ b/metadata.dtd
17 > @@ -58,7 +58,7 @@
18 > <!ELEMENT bugs-to (#PCDATA)>
19 > <!-- specify a type of package identification tracker -->
20 > <!ELEMENT remote-id (#PCDATA)>
21 > - <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cpe|cran|ctan|gentoo|github|gitlab|google-code|heptapod|launchpad|osdn|pear|pecl|pypi|rubygems|sourceforge|vim) #REQUIRED>
22 > + <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cpe|cran|ctan|gentoo|github|gitlab|google-code|heptapod|launchpad|osdn|pear|pecl|pypi|rubygems|sourceforge|sourcehut|vim) #REQUIRED>
23
24 I'd use "srht" as it's the name of main instance. Everyone can run their
25 own instance of sourcehut.
26
27 > <!-- category/package information for cross-linking in descriptions
28 > and useflag descriptions -->
29 > --
30 > 2.37.1
31 >
32 >

Replies

Subject Author
Re: [gentoo-dev] [PATCH] metadata.dtd: add sourcehut remote-id Ionen Wolkens <ionen@g.o>