diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-01-04 16:01:27 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-01-04 16:01:27 +0000 |
commit | 13ad011c85a6c1b44141006168359c58c320d4a0 (patch) | |
tree | 4727fa7f9b416d246f75cbc16220a652213d6564 /src/sbin | |
parent | f25d116d5222ed44ae508f11e860285c62631e4c (diff) | |
download | bcfg2-13ad011c85a6c1b44141006168359c58c320d4a0.tar.gz bcfg2-13ad011c85a6c1b44141006168359c58c320d4a0.tar.bz2 bcfg2-13ad011c85a6c1b44141006168359c58c320d4a0.zip |
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
Diffstat (limited to 'src/sbin')
-rwxr-xr-x | src/sbin/bcfg2-repo-validate | 2 |
1 files changed, 1 insertions, 1 deletions
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")} |