summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-repo-validate
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-01-08 20:47:21 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-01-08 20:47:21 +0000
commitc1aa7f13c53c6093c72dc968aa0818c8bba9265b (patch)
tree81377999fb37c6098b314e639154bc612a45158e /src/sbin/bcfg2-repo-validate
parent702bfa4d6840b36077ecef0253491a63b98869f4 (diff)
downloadbcfg2-c1aa7f13c53c6093c72dc968aa0818c8bba9265b.tar.gz
bcfg2-c1aa7f13c53c6093c72dc968aa0818c8bba9265b.tar.bz2
bcfg2-c1aa7f13c53c6093c72dc968aa0818c8bba9265b.zip
Metadata improvements
* XInclude support -- now clients.xml and groups.xml can include secondary files * Schema updates for XInclude and group comments git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2631 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin/bcfg2-repo-validate')
-rwxr-xr-xsrc/sbin/bcfg2-repo-validate2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-repo-validate b/src/sbin/bcfg2-repo-validate
index 2efef0dc0..ab835f0a1 100755
--- a/src/sbin/bcfg2-repo-validate
+++ b/src/sbin/bcfg2-repo-validate
@@ -68,6 +68,6 @@ if __name__ == '__main__':
print "%s checks out" % (filename)
else:
print "%s ***FAILS*** to verify \t\t<----" % (filename)
- os.system("xmllint --schema %s %s" % (schemaname % schemadir, filename))
+ os.system("xmllint --xinclude --schema %s %s" % (schemaname % schemadir, filename))
failures = 1
raise SystemExit, failures