diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-05-23 12:45:37 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-24 07:23:20 +0300 |
commit | 5df6dee64307ef001263bf8fddd6db45a1d00726 (patch) | |
tree | a5cf4ee84471fa70b9f6d035ab01f053993eb9b0 /data | |
parent | data/xml-schema/metadata.xsd: Add gentoo remote-id type (diff) | |
download | pkgcore-5df6dee64307ef001263bf8fddd6db45a1d00726.tar.gz pkgcore-5df6dee64307ef001263bf8fddd6db45a1d00726.tar.bz2 pkgcore-5df6dee64307ef001263bf8fddd6db45a1d00726.zip |
data/xml-schema/metadata.xsd: Add osdn remote-id type
This follows renaming of SourceForge.JP to OSDN (in 2015).
The sourceforge-jp remote-id type will be removed later.
Taken from proj/xml-schema.git commit 4b5fede.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Closes: https://github.com/pkgcore/pkgcore/pull/342
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'data')
-rw-r--r-- | data/xml-schema/metadata.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/xml-schema/metadata.xsd b/data/xml-schema/metadata.xsd index 51fd09fc..a355e547 100644 --- a/data/xml-schema/metadata.xsd +++ b/data/xml-schema/metadata.xsd @@ -283,6 +283,7 @@ <xs:enumeration value='google-code'/> <xs:enumeration value='heptapod'/> <xs:enumeration value='launchpad'/> + <xs:enumeration value='osdn'/> <xs:enumeration value='pear'/> <xs:enumeration value='pecl'/> <xs:enumeration value='pypi'/> |