From cf079be95b3ebce4288e690976b73650587eb8f7 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Sun, 10 Dec 2006 21:27:06 +0000 Subject: [PATCH] Re-add the build date to .disk/info, lost in the merge --- tools/start_new_disc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/start_new_disc b/tools/start_new_disc index 4f9a98f9..c04aa2ce 100755 --- a/tools/start_new_disc +++ b/tools/start_new_disc @@ -30,13 +30,13 @@ if [ $NUM_ARCHES = 1 ] ; then case $ARCHES in source) SOURCEDISK=1 - export DISKINFO="Debian GNU/Linux $DEBVERSION \"$CAPCODENAME\" - $OFFICIAL $DISKTYPE Source-$DISKNUM" + export DISKINFO="Debian GNU/Linux $DEBVERSION \"$CAPCODENAME\" - $OFFICIAL $DISKTYPE Source-$DISKNUM $BUILD_DATE" export VOLID="Debian $DEBVERSION Src-$DISKNUM" export SOURCEONLY=yes ;; *) BINARYDISK=1 - export DISKINFO="Debian GNU/Linux $DEBVERSION \"$CAPCODENAME\" - $OFFICIAL $ARCHES $DISKTYPE Binary-$DISKNUM" + export DISKINFO="Debian GNU/Linux $DEBVERSION \"$CAPCODENAME\" - $OFFICIAL $ARCHES $DISKTYPE Binary-$DISKNUM $BUILD_DATE" if [ $ARCHES = powerpc ] ; then export VOLID="Debian $DEBVERSION ppc Bin-$DISKNUM" else @@ -51,7 +51,7 @@ else *source*) SOURCEDISK=1;; esac export ARCHDEF=`echo $ARCHES | sed 's? ?/?g'` - export DISKINFO="Debian GNU/Linux $DEBVERSION \"$CAPCODENAME\" - $OFFICIAL Multi-architecture $ARCHDEF $DISKTYPE #$DISKNUM" + export DISKINFO="Debian GNU/Linux $DEBVERSION \"$CAPCODENAME\" - $OFFICIAL Multi-architecture $ARCHDEF $DISKTYPE #$DISKNUM $BUILD_DATE" export VOLID="Debian $DEBVERSION M-A $DISKNUM" fi