Using the following command on a Cooker collection rsync'ed from Norway 3
hours ago, I get...
depslist.ordered, hdlists and RPMS mismatch
...and no ISOs (and did before I added the --buildhdlist option). This command
produced 5 working ISOs when I tried it about halfway between RC2 and RC3
(also sans --buildhdlist option), and I know it's the same because I
immortalised it as a shell script:
cooker/i586/misc/MakeCD --discsize 700000000 -d --isodir iso \
--buildhdlist cooker/i586/Mandrake/RPMS contrib/RPMS \
-a cooker/i586 contrib/RPMS
The rsync is complete except for sparc, alpha, PPC, ia64 and SRPMS trees:
rsync -ltrvz --partial --progress --stats --delete \
--exclude SRPMS --exclude alpha --exclude ppc --exclude ia64 \
--exclude sparc sunsite.uio.no::Mandrake-devel/cooker .
rsync -ltrvz --partial --progress --stats --delete \
--exclude SRPMS --exclude alpha --exclude ppc --exclude ia64 \
--exclude sparc sunsite.uio.no::Mandrake-devel/contrib .
I needed to add the -d AKA --depslist-creation to make it work last time (the
post-RC2 build).
Any ideas?
Cheers; Leon