diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-09-15 17:24:54 -0400 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-16 19:47:46 +0300 |
commit | e079895c6c33629642e5ab75a1b4735fb7394f8b (patch) | |
tree | e9a8d84f7d3c9dedf7fd41c5eea020e9a6670167 /data | |
parent | test/**.py: modernize tests to pytest (diff) | |
download | pkgcore-e079895c6c33629642e5ab75a1b4735fb7394f8b.tar.gz pkgcore-e079895c6c33629642e5ab75a1b4735fb7394f8b.tar.bz2 pkgcore-e079895c6c33629642e5ab75a1b4735fb7394f8b.zip |
metadata.xsd: import savannah, savannah-non-gnu, freedesktop-gitlab, gnome-gitlab remote-ids
Sync with xml-schema.git:
commit 1fc2d92b221751b349d8ca89d8838de8cb88d76e
commit 03e792894a2a45949ce6a542d233d91af079c4e9
commit 85acd4adfd9ae6f6d361131dbf5a07f3ad6da4da
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Closes: https://github.com/pkgcore/pkgcore/pull/363
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'data')
-rw-r--r-- | data/xml-schema/metadata.xsd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/xml-schema/metadata.xsd b/data/xml-schema/metadata.xsd index 87972cb1d..3812045a6 100644 --- a/data/xml-schema/metadata.xsd +++ b/data/xml-schema/metadata.xsd @@ -276,9 +276,11 @@ <xs:enumeration value='cpe'/> <xs:enumeration value='cran'/> <xs:enumeration value='ctan'/> + <xs:enumeration value='freedesktop-gitlab'/> <xs:enumeration value='gentoo'/> <xs:enumeration value='github'/> <xs:enumeration value='gitlab'/> + <xs:enumeration value='gnome-gitlab'/> <xs:enumeration value='google-code'/> <xs:enumeration value='hackage'/> <xs:enumeration value='heptapod'/> @@ -288,6 +290,8 @@ <xs:enumeration value='pecl'/> <xs:enumeration value='pypi'/> <xs:enumeration value='rubygems'/> + <xs:enumeration value='savannah'/> + <xs:enumeration value='savannah-nongnu'/> <xs:enumeration value='sourceforge'/> <xs:enumeration value='sourcehut'/> <xs:enumeration value='vim'/> |