From 9049f69216bed613c5085ae7ae3a06ad675fac6e Mon Sep 17 00:00:00 2001 From: cd-builder user Date: Wed, 9 Sep 2009 19:39:25 +0000 Subject: [PATCH] lenny r3 release --- lenny/update-cd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lenny/update-cd b/lenny/update-cd index 2b39aaa8..0e26751d 100755 --- a/lenny/update-cd +++ b/lenny/update-cd @@ -24,7 +24,7 @@ MIRROR_AMD64=/org/cdbuilder.debian.org/src/ftp/debian-amd64/debian NONFREE=0 # What release version is this? -VER=5.0.1 +VER=5.0.3 # Is this an official CD? OFFICIAL=Official @@ -70,7 +70,7 @@ esac # Location of the diff file to use to determine the changes. If you leave # this blank, we'll try to determine the changes from the ChangeLog files, # which is probably less accurate. -DIFF=/home/deb-cd/lists/lenny/r0-r1.diff +DIFF=/home/deb-cd/lists/lenny/r0-r3.diff if [ "$TYPE" = "cd" ] ; then CDSIZE=610 # megabytes, leaving space for metadata @@ -194,7 +194,7 @@ make_cd () { -jigdo-map Non-US=$NONUS/ \ -jigdo-force-md5 /pool/ \ -md5-list $UPD/md5-check \ - $UPD/CD$CDNUM 2>&1 | grep "extents written" + $UPD/CD$CDNUM 2>&1 # | grep "extents written" $BASEDIR/tools/jigdo_cleanup \ $OUT/$THISARCH/jigdo-$TYPE/debian-update-$VER-$THISARCH-$TYPEUP-$THISNUM.jigdo \ debian-update-$VER-$THISARCH-$TYPEUP-$THISNUM.iso \