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] metadata.xsd: add heptapod to remote-id list
Date: Thu, 27 Aug 2020 18:05:36
Message-Id: 20200827180431.11100-1-azamat.hackimov@gmail.com
In Reply to: Re: [gentoo-dev] [PATCH] Add heptapod to remote-id list by "Michał Górny"
1 Heptapod (https://foss.heptapod.net/) is open-source hosting based on
2 GitLab for Mercurial repositories.
3 ---
4 metadata.xsd | 1 +
5 1 file changed, 1 insertion(+)
6
7 diff --git a/metadata.xsd b/metadata.xsd
8 index 8b8ac0b..db243ab 100644
9 --- a/metadata.xsd
10 +++ b/metadata.xsd
11 @@ -272,6 +272,7 @@
12 <xs:enumeration value='gitlab'/>
13 <xs:enumeration value='gitorious'/>
14 <xs:enumeration value='google-code'/>
15 + <xs:enumeration value='heptapod'/>
16 <xs:enumeration value='launchpad'/>
17 <xs:enumeration value='pear'/>
18 <xs:enumeration value='pecl'/>
19 --
20 2.26.2