Gentoo Archives: gentoo-dev

From: "Azamat H. Hackimov" <azamat.hackimov@×××××.com>
To: gentoo-dev@l.g.o
Cc: "Azamat H. Hackimov" <azamat.hackimov@×××××.com>
Subject: [gentoo-dev] [PATCH] Add heptapod to remote-id list
Date: Wed, 26 Aug 2020 23:17:37
Message-Id: 20200826231513.29588-1-azamat.hackimov@gmail.com
1 Heptapod (https://foss.heptapod.net/) is open-source hosting based on
2 GitLab for Mercurial repositories.
3
4 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@×××××.com>
5 ---
6 metadata.dtd | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/metadata.dtd b/metadata.dtd
10 index d02c5ac..7c07089 100644
11 --- a/metadata.dtd
12 +++ b/metadata.dtd
13 @@ -54,7 +54,7 @@
14 <!ELEMENT bugs-to (#PCDATA)>
15 <!-- specify a type of package identification tracker -->
16 <!ELEMENT remote-id (#PCDATA)>
17 - <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cpe|cran|ctan|freecode|freshmeat|gentoo|github|gitlab|gitorious|google-code|launchpad|pear|pecl|pypi|rubyforge|rubygems|sourceforge|sourceforge-jp|vim) #REQUIRED>
18 + <!ATTLIST remote-id type (bitbucket|cpan|cpan-module|cpe|cran|ctan|freecode|freshmeat|gentoo|github|gitlab|gitorious|google-code|heptapod|launchpad|pear|pecl|pypi|rubyforge|rubygems|sourceforge|sourceforge-jp|vim) #REQUIRED>
19
20 <!-- category/package information for cross-linking in descriptions
21 and useflag descriptions -->
22 --
23 2.26.2

Replies

Subject Author
Re: [gentoo-dev] [PATCH] Add heptapod to remote-id list "Michał Górny" <mgorny@g.o>