From 13ad011c85a6c1b44141006168359c58c320d4a0 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Thu, 4 Jan 2007 16:01:27 +0000 Subject: Fix report configuration indirectly found by the lxml problems experienced by DavidI git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2622 ce84e21b-d406-0410-9b95-82705330c041 --- schemas/report-configuration.xsd | 4 ++-- src/sbin/bcfg2-repo-validate | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/schemas/report-configuration.xsd b/schemas/report-configuration.xsd index 7aca20991..fad37e1e0 100644 --- a/schemas/report-configuration.xsd +++ b/schemas/report-configuration.xsd @@ -37,7 +37,7 @@ - + @@ -58,4 +58,4 @@ - \ No newline at end of file + diff --git a/src/sbin/bcfg2-repo-validate b/src/sbin/bcfg2-repo-validate index df6c3442d..2efef0dc0 100755 --- a/src/sbin/bcfg2-repo-validate +++ b/src/sbin/bcfg2-repo-validate @@ -37,7 +37,7 @@ if __name__ == '__main__': 'pkglist':("%s/Pkgmgr/*.xml", "%s/pkglist.xsd"), 'base':("%s/Base/*.xml", "%s/base.xsd"), 'rules':("%s/Rules/*.xml", "%s/rules.xsd"), - 'imageinfo':("%s/etc/reports.xml", "%s/report-configuration.xsd"), + 'imageinfo':("%s/etc/report-configuration.xml", "%s/report-configuration.xsd"), 'services':("%s/Svcmgr/*.xml", "%s/services.xsd"), 'deps':("%s/Deps/*.xml", "%s/deps.xsd")} -- cgit v1.2.3-1-g7c22