summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-07-31 10:46:03 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-07-31 10:46:03 -0500
commit6fdffa2059e19567fe46d8f48eda6bb3f461caea (patch)
tree247b6d39eed87d1c36bd35f68cbb4395842e1ccc /schemas
parente2dc5f5a5fbc992c39d36693de552c275fef8f47 (diff)
downloadbcfg2-6fdffa2059e19567fe46d8f48eda6bb3f461caea.tar.gz
bcfg2-6fdffa2059e19567fe46d8f48eda6bb3f461caea.tar.bz2
bcfg2-6fdffa2059e19567fe46d8f48eda6bb3f461caea.zip
bcfg2-lint: Update schema with new vcs values
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'schemas')
-rw-r--r--schemas/rules.xsd3
-rw-r--r--schemas/types.xsd1
2 files changed, 4 insertions, 0 deletions
diff --git a/schemas/rules.xsd b/schemas/rules.xsd
index 0a408c35c..5446f9a95 100644
--- a/schemas/rules.xsd
+++ b/schemas/rules.xsd
@@ -41,6 +41,9 @@
<xsd:attribute type='xsd:string' name='recursive'/>
<xsd:attribute type='xsd:string' name='prune'/>
<xsd:attribute type='xsd:string' name='to'/>
+ <xsd:attribute type='xsd:string' name='vcstype'/>
+ <xsd:attribute type='xsd:string' name='revision'/>
+ <xsd:attribute type='xsd:string' name='sourceurl'/>
<xsd:attributeGroup ref="py:genshiAttrs"/>
</xsd:complexType>
diff --git a/schemas/types.xsd b/schemas/types.xsd
index a6c9abfdc..44d2d3df9 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -31,6 +31,7 @@
<xsd:enumeration value='nonexistent' />
<xsd:enumeration value='permissions' />
<xsd:enumeration value='symlink' />
+ <xsd:enumeration value='vcs' />
</xsd:restriction>
</xsd:simpleType>