Gentoo Archives: gentoo-portage-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH] repoman: add gentoo to remote-id type.
Date: Wed, 12 Oct 2016 15:59:35
Message-Id: 20161012155929.12244-1-robbat2@gentoo.org
1 There is no way to presently declare that Gentoo itself is
2 the upstream hosting location for a given package. Add
3 'gentoo' option to the remote-id type attribute to cover
4 such a case.
5
6 Signed-off-by: Robin H. Johnson <robbat2@g.o>
7 ---
8 repoman/cnf/metadata.xsd | 1 +
9 1 file changed, 1 insertion(+)
10
11 diff --git a/repoman/cnf/metadata.xsd b/repoman/cnf/metadata.xsd
12 index 0ead09e..33ff58e 100644
13 --- a/repoman/cnf/metadata.xsd
14 +++ b/repoman/cnf/metadata.xsd
15 @@ -256,6 +256,7 @@
16 <xs:enumeration value='ctan'/>
17 <xs:enumeration value='freecode'/>
18 <xs:enumeration value='freshmeat'/>
19 + <xs:enumeration value='gentoo'/>
20 <xs:enumeration value='github'/>
21 <xs:enumeration value='gitlab'/>
22 <xs:enumeration value='gitorious'/>
23 --
24 2.9.0

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCH] repoman: add gentoo to remote-id type. Alexander Berntsen <bernalex@g.o>