From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 Description of problem: When trying to create updated fc3 install cd's, splittree.py will not run. I'm running: splittree.py --arch=i386 --total-discs=8 --bin-discs=4 --src-disks=4 --release-string="Fedora Core 3 (Heidelberg) with updates to 2004-17-15" --pkgorderfile=/root/fedora-rebuild/fedora/pkgfile.2004-11-15 --distdir=/root/fedora-rebuild/fedora/i386 --srcdir=/root/fedora-rebuild/fedora/i386/SRPMS --productpath=Fedora which spits out: Traceback (most recent call last): File "/usr/lib/anaconda-runtime/splittree.py", line 407, in ? usage(msg) NameError: name 'msg' is not defined Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Run splittree.py /w correct options 2. See Traceback 3. File bug report :) Expected Results: splittree.py should give me package lists for each cd. Additional info:
Fixed in CVS note you are using --src-disks=4 and it should be --src-discs=4
I downloaded the cvs version of splittree.py and it works as expected. now all we need is an updated anaconda package for everyone else. :)