generate list files directly while we still have the CD tree available

This commit is contained in:
Steve McIntyre 2011-03-24 02:16:23 +00:00
parent 87e0215e62
commit b3f1215003
2 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,9 @@ debian-cd (3.1.1lenny1) UNRELEASED; urgency=low
[ Steve McIntyre ]
* Fix link in README.html.in for lenny. (#542191)
* Make sure that the ISO is as new/newer than the jigdo file; #587774
* tools/make_image: generate list files while we have the CD trees
available
-- Frans Pop <fjp@debian.org> Sat, 13 Jun 2009 16:48:51 +0200

View File

@ -119,6 +119,8 @@ do
echo $CMD
echo $CMD > CD$n/.disk/mkisofs
eval "$CMD"
# Generate our listfile while we have the information to hand easily
find CD$n/pool -type f | sed 's?^.*/??g' | gzip -9 > $OUT/$OUTFILE.list.gz
fi
# If we've made jigdo files, tweak them with extra info now