summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-11-02 15:19:24 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-11-02 15:19:24 +0000
commit1c1835b282c7ff338bbe8c9984074598d9517b90 (patch)
tree39b17869e44855d4a52e1e3c6017f88febd3552a /tools
parenteda146514a23f2f1f4f2454b02567ed985381e31 (diff)
downloadbcfg2-1c1835b282c7ff338bbe8c9984074598d9517b90.tar.gz
bcfg2-1c1835b282c7ff338bbe8c9984074598d9517b90.tar.bz2
bcfg2-1c1835b282c7ff338bbe8c9984074598d9517b90.zip
fix paths
(Logical change 1.138) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@630 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'tools')
-rw-r--r--tools/ValidateBcfg2Repo4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ValidateBcfg2Repo b/tools/ValidateBcfg2Repo
index eef43af70..d4d980b5c 100644
--- a/tools/ValidateBcfg2Repo
+++ b/tools/ValidateBcfg2Repo
@@ -17,8 +17,8 @@ if __name__ == '__main__':
# add more validation as more schemas get written
filesets = {'metadata':("%s/etc/metadata.xml", "%s/metadata.xsd"),
- 'bundle':("%s/bundler/*.xml", "%s/bundle.xsd"),
- 'pkglist':("%s/pkgmgr/*.xml", "%s/pkglist.xsd"),
+ 'bundle':("%s/Bundler/*.xml", "%s/bundle.xsd"),
+ 'pkglist':("%s/Pkgmgr/*.xml", "%s/pkglist.xsd"),
'base':("%s/etc/base.xml", "%s/base.xsd"),
'imageinfo':("%s/etc/imageinfo.xml", "%s/translation.xsd"),
'services':("%s/etc/services.xml", "%s/services.xsd")}