From cab1964fe11cb48b1cab40e2d51228090d406208 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Wed, 23 Feb 2011 14:11:42 +0000 Subject: [PATCH] More tweaks to logging for sizes --- tools/make_disc_trees.pl | 3 ++- tools/start_new_disc | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/make_disc_trees.pl b/tools/make_disc_trees.pl index 2752bf32..0cab23fd 100755 --- a/tools/make_disc_trees.pl +++ b/tools/make_disc_trees.pl @@ -193,7 +193,6 @@ while (defined (my $pkg = )) { start_disc(); - print " Specified size for this image: $diskdesc, $maxdiskblocks 2K-blocks maximum\n"; print " Placing packages into image $disknum\n"; if ( -e "$bdir/$disknum.mkisofs_opts" ) { open(OPTS, "<$bdir/$disknum.mkisofs_opts"); @@ -637,6 +636,8 @@ sub start_disc { get_disc_size(); + print "Starting new \"$archlist\" $disktype $disknum at $basedir/$codename/CD$DISKNUM\n"; + print " Specified size for this image: $diskdesc, $maxdiskblocks 2K-blocks maximum\n"; # Grab all the early stuff, apart from dirs that will change later print " Starting the md5sum.txt file\n"; chdir $cddir; diff --git a/tools/start_new_disc b/tools/start_new_disc index c1e3fc16..8c45c8c2 100755 --- a/tools/start_new_disc +++ b/tools/start_new_disc @@ -64,8 +64,6 @@ else export VOLID="$VOLID_BASE M-A $DISKNUM" fi -echo "Starting new $ARCHDEF $DISKTYPE $DISKNUM at $CDDIR" - mkdir -p $CDDIR echo " Adding the required directories"