diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-07-14 19:03:32 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-07-14 19:03:32 +0000 |
commit | b76f5e6b3f58ef87a62f3484f72aa72678f166e4 (patch) | |
tree | 52a33b6781e460a9719b6882e59812c6f3859fe5 /src/sbin/bcfg2-repo-validate | |
parent | 920e29fdd12bd544097a3f040000db4426e8f779 (diff) | |
download | bcfg2-b76f5e6b3f58ef87a62f3484f72aa72678f166e4.tar.gz bcfg2-b76f5e6b3f58ef87a62f3484f72aa72678f166e4.tar.bz2 bcfg2-b76f5e6b3f58ef87a62f3484f72aa72678f166e4.zip |
Fix schema validation of base files
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1947 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin/bcfg2-repo-validate')
-rw-r--r-- | 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 360dbf45f..6d91dda01 100644 --- a/src/sbin/bcfg2-repo-validate +++ b/src/sbin/bcfg2-repo-validate @@ -29,7 +29,7 @@ if __name__ == '__main__': 'bundle':("%s/Bundler/*.xml", "%s/bundle.xsd"), 'pkglist':("%s/Pkgmgr/*.xml", "%s/pkglist.xsd"), 'base':("%s/Base/*.xml", "%s/base.xsd"), - 'base':("%s/Rules/*.xml", "%s/rules.xsd"), + 'rules':("%s/Rules/*.xml", "%s/rules.xsd"), 'imageinfo':("%s/etc/reports.xml", "%s/report-configuration.xsd"), 'services':("%s/Svcmgr/*.xml", "%s/services.xsd"), 'deps':("%s/Deps/*.xml", "%s/deps.xsd")} |