summaryrefslogtreecommitdiffstats
path: root/schemas/packages.xsd
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2011-10-07 08:37:17 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2011-10-07 08:37:17 -0400
commitbd0fd1c4c32864414b60b51828c79198503cb3f6 (patch)
tree9bc328fedc111ce3e679c4921ef48d8566c3f562 /schemas/packages.xsd
parente8821c043cdee6ab61b811fcc508fb83f85ce71b (diff)
downloadbcfg2-bd0fd1c4c32864414b60b51828c79198503cb3f6.tar.gz
bcfg2-bd0fd1c4c32864414b60b51828c79198503cb3f6.tar.bz2
bcfg2-bd0fd1c4c32864414b60b51828c79198503cb3f6.zip
* Added support for yum libraries (if available and configured). This
can dramatically reduce memory usage, and fixed several bugs: * #1014 (Package plugin can't resolve dependencies for rpms with Require: tags for full paths that aren't Provided explicitly) * #991 (Dependency Resolution difference between Package and yum) * #996 (Packages high memory usage) * Added support for Yum package groups when using yum libraries (#1039) * Fixed #911 (bcfg2 output for wrong package version with Packages is misleading) * YUMng turns down the Yum debug level itself depending on the debug/verbosity level requested by bcfg2 so you don't have to reduce the Yum debug level on a global basis * Added support for Pulp repositories, including registering Pulp consumers and binding to repositories * Added ability to disable magic OS groups
Diffstat (limited to 'schemas/packages.xsd')
-rw-r--r--schemas/packages.xsd8
1 files changed, 4 insertions, 4 deletions
diff --git a/schemas/packages.xsd b/schemas/packages.xsd
index 8b5f31118..9f16a23c0 100644
--- a/schemas/packages.xsd
+++ b/schemas/packages.xsd
@@ -17,7 +17,7 @@
</xsd:simpleType>
<xsd:complexType name="sourceType">
- <xsd:sequence>
+ <xsd:sequence minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Component" type="xsd:string" minOccurs="0"
maxOccurs="unbounded"/>
<xsd:choice>
@@ -26,14 +26,14 @@
<xsd:element name="Whitelist" type="xsd:string" minOccurs="0"
maxOccurs="unbounded"/>
</xsd:choice>
- <xsd:element name="Arch" type="xsd:string" minOccurs="1"
+ <xsd:element name="Arch" type="xsd:string" minOccurs="1"
maxOccurs="unbounded"/>
- <xsd:element name="GPGKey" type="xsd:string" minOccurs="0"
+ <xsd:element name="GPGKey" type="xsd:string" minOccurs="0"
maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute type="xsd:boolean" name="recommended"/>
<xsd:attribute type="sourceTypeEnum" name="type"/>
- <xsd:attribute type="xsd:string" name="id"/>
+ <xsd:attribute type="xsd:string" name="pulp_id"/>
<xsd:attribute type="xsd:string" name="url"/>
<xsd:attribute type="xsd:string" name="rawurl"/>
<xsd:attribute type="xsd:string" name="version"/>