From c1aa7f13c53c6093c72dc968aa0818c8bba9265b Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 8 Jan 2007 20:47:21 +0000 Subject: 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 --- src/sbin/bcfg2-repo-validate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sbin/bcfg2-repo-validate') 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 -- cgit v1.2.3-1-g7c22