- assigned_to: nobody --> cobbr2
I changed only the directory names in machine.cfg.local for my machine, and tried it. I got:
$ python kfssetup.py -f machines.cfg.local -b ../build -w ../webui -s
cp: ./scripts is a directory (not copied).
Exception in thread Thread-1:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/threading.py", line 460, in __bootstrap
self.run()
File "kfssetup.py", line 244, in run
self.buildPackage()
File "kfssetup.py", line 213, in buildPackage
self.installArgs = setupMeta(self.section, self.config, self.configOutputFn, self.packageFn)
File "kfssetup.py", line 67, in setupMeta
key = config.get(section, 'clusterkey')
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ConfigParser.py", line 520, in get
raise NoOptionError(option, section)
NoOptionError: No option 'clusterkey' in section: 'metaserver'