summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-04-09 16:18:03 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-04-09 16:18:03 -0400
commit23073f26daf6ca1486d0963aaf38509b20ab9757 (patch)
tree2beb63a6b3a1ee6002580a7a21c7e5c9d09866a9 /schemas
parentd5997494036881cb650837538ab6e38bc154d503 (diff)
downloadbcfg2-23073f26daf6ca1486d0963aaf38509b20ab9757.tar.gz
bcfg2-23073f26daf6ca1486d0963aaf38509b20ab9757.tar.bz2
bcfg2-23073f26daf6ca1486d0963aaf38509b20ab9757.zip
pkg_verify works on BoundPackage tag, not just Instance
Diffstat (limited to 'schemas')
-rw-r--r--schemas/pkgtype.xsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/schemas/pkgtype.xsd b/schemas/pkgtype.xsd
index 9ddc0682e..0aaea0c22 100644
--- a/schemas/pkgtype.xsd
+++ b/schemas/pkgtype.xsd
@@ -50,7 +50,8 @@
<xsd:attribute type="xsd:string" name="srcs"/>
<xsd:attribute type="PackageTypeEnum" name="type"/>
<xsd:attribute type="xsd:string" name="bname"/>
- <xsd:attribute name="pkg_checks" type="xsd:string"/>
+ <xsd:attribute name="pkg_checks" type="xsd:boolean"/>
+ <xsd:attribute name="pkg_verify" type="xsd:boolean"/>
<xsd:attribute name="verify_flags" type="xsd:string"/>
<xsd:attributeGroup ref="py:genshiAttrs"/>
</xsd:complexType>