summaryrefslogtreecommitdiffstats
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-05-04 11:07:30 -0400
commit592934c1f8e29fcfda53c90344c949f348ff94d4 (patch)
tree2e178bda8d18ae1514330d2227f5fe447c6e8219
parente3e8c73d8431c13663295b70fa73924db090a014 (diff)
downloadbcfg2-592934c1f8e29fcfda53c90344c949f348ff94d4.tar.gz
bcfg2-592934c1f8e29fcfda53c90344c949f348ff94d4.tar.bz2
bcfg2-592934c1f8e29fcfda53c90344c949f348ff94d4.zip
pkg_verify works on BoundPackage tag, not just Instance
-rw-r--r--schemas/pkgtype.xsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/schemas/pkgtype.xsd b/schemas/pkgtype.xsd
index 3655c646b..2de44b1d7 100644
--- a/schemas/pkgtype.xsd
+++ b/schemas/pkgtype.xsd
@@ -51,7 +51,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>