diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-13 16:55:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-13 16:55:35 +0000 |
commit | 1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (patch) | |
tree | c99a472cce74148d499f42ada873454b0e32a42d /metadata/xml-schema | |
parent | da6a52f691ef980bab92d003d5df8f463c623af8 (diff) |
gentoo resync : 13.03.2018
Diffstat (limited to 'metadata/xml-schema')
-rw-r--r-- | metadata/xml-schema/Manifest.gz | bin | 588 -> 584 bytes | |||
-rw-r--r-- | metadata/xml-schema/metadata.xsd | 11 | ||||
-rw-r--r-- | metadata/xml-schema/timestamp.chk | 2 | ||||
-rw-r--r-- | metadata/xml-schema/timestamp.commit | 2 |
4 files changed, 13 insertions, 2 deletions
diff --git a/metadata/xml-schema/Manifest.gz b/metadata/xml-schema/Manifest.gz Binary files differindex 5dfde36ab122..ef592afb5af6 100644 --- a/metadata/xml-schema/Manifest.gz +++ b/metadata/xml-schema/Manifest.gz diff --git a/metadata/xml-schema/metadata.xsd b/metadata/xml-schema/metadata.xsd index cad830485bbc..8b8ac0b56cd7 100644 --- a/metadata/xml-schema/metadata.xsd +++ b/metadata/xml-schema/metadata.xsd @@ -20,6 +20,10 @@ <xs:selector xpath='slots'/> <xs:field xpath='@lang'/> </xs:unique> + <xs:unique name='stabilizeAllArchesUniquityConstraint'> + <xs:selector xpath='stabilize-all-arches'/> + <xs:field xpath='@restrict'/> + </xs:unique> <xs:unique name='upstreamSingleConstraint'> <xs:selector xpath='upstream'/> <xs:field xpath='@fake-only-once'/> @@ -60,6 +64,7 @@ <xs:field xpath='@fake-only-once'/> </xs:unique> </xs:element> + <xs:element name='stabilize-allarches' type='stabilizeAllArchesType'/> <xs:element name='upstream' type='upstreamType'> <xs:unique name='upstreamMaintainerUniquityConstraint'> <xs:selector xpath='maintainer'/> @@ -203,6 +208,12 @@ </xs:restriction> </xs:simpleType> + <!-- stabilize-allarches --> + <xs:complexType name='stabilizeAllArchesType'> + <xs:attribute name='restrict' type='restrictAttrType' + default=''/> + </xs:complexType> + <!-- use flags --> <xs:complexType name='useType'> <xs:choice minOccurs='0' maxOccurs='unbounded'> diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index 5c68a36284ea..0a8ed9c15796 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Sat, 10 Mar 2018 18:08:30 +0000 +Tue, 13 Mar 2018 16:08:11 +0000 diff --git a/metadata/xml-schema/timestamp.commit b/metadata/xml-schema/timestamp.commit index 86e63e274c97..80fc4922cd6f 100644 --- a/metadata/xml-schema/timestamp.commit +++ b/metadata/xml-schema/timestamp.commit @@ -1 +1 @@ -1ccfac1cd1254d1c1922158bdfab6c002f668340 1491580231 2017-04-07T15:50:31+00:00 +8536b990542049f4c81e1e616dd8d5c909266a66 1520927068 2018-03-13T07:44:28+00:00 |