aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2023-09-14 12:32:44 +0000
committerArthur Zamarin <arthurzam@gentoo.org>2023-09-14 20:03:12 +0300
commitf244de224400d9634742c52c655ac705cce9658a (patch)
tree1e5fe926ef13150c1e51af4d92762c38f7715da3 /data/share
parentoperations.format.fetch_base: try to use proxy values from domain (diff)
downloadpkgcore-f244de224400d9634742c52c655ac705cce9658a.tar.gz
pkgcore-f244de224400d9634742c52c655ac705cce9658a.tar.bz2
pkgcore-f244de224400d9634742c52c655ac705cce9658a.zip
data/xml-schema/metadata.xsd: add codeberg remote-id
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Closes: https://github.com/pkgcore/pkgcore/pull/414 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'data/share')
-rw-r--r--data/share/pkgcore/xml-schema/metadata.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/share/pkgcore/xml-schema/metadata.xsd b/data/share/pkgcore/xml-schema/metadata.xsd
index a9a79632..cf8485d9 100644
--- a/data/share/pkgcore/xml-schema/metadata.xsd
+++ b/data/share/pkgcore/xml-schema/metadata.xsd
@@ -271,6 +271,7 @@
<xs:simpleType name='upstreamRemoteIdTypeAttrType'>
<xs:restriction base='xs:token'>
<xs:enumeration value='bitbucket'/>
+ <xs:enumeration value='codeberg'/>
<xs:enumeration value='cpan'/>
<xs:enumeration value='cpan-module'/>
<xs:enumeration value='cpe'/>