diff --git a/alliance/src/.asim b/alliance/src/.asim index e7d0962a..01dfd63d 100755 --- a/alliance/src/.asim +++ b/alliance/src/.asim @@ -4,7 +4,7 @@ # cvs checkout of the alliance cvs tree. It should be lauched # in the same directory where you did the `cvs co alliance' # -# $Id: .asim,v 1.6 2002/10/10 12:11:26 czo Exp $ +# $Id: .asim,v 1.7 2002/10/10 16:41:36 czo Exp $ rm -fr alliance/src/pcbs rm -fr alliance/src/grog @@ -12,4 +12,7 @@ rm -fr alliance/src/gcp rm -fr alliance/src/genview rm -fr alliance/src/growstk rm -fr alliance/src/a2sdf +rm -fr alliance/src/attila +rm -fr alliance/src/nero + diff --git a/alliance/src/distrib/mkdistrib b/alliance/src/distrib/mkdistrib index 3a3b1ca2..8755b066 100755 --- a/alliance/src/distrib/mkdistrib +++ b/alliance/src/distrib/mkdistrib @@ -4,11 +4,11 @@ # Copyright (C) 1999, 2000 Czo # License: GPL (http://www.gnu.org/copyleft/gpl.html) # Started: April 2000 -# Last Change: Monday 01 July 2002, 13:36 -# Edit Time: 206:57:07 +# Last Change: Thursday 10 October 2002, 18:42 +# Edit Time: 207:26:11 # Description: # -# $Id: mkdistrib,v 1.7 2002/07/01 15:27:20 czo Exp $ +# $Id: mkdistrib,v 1.8 2002/10/10 16:42:58 czo Exp $ # ################################################################### @@ -20,6 +20,7 @@ ALC_DISTRIBDIR=/users/soft5/newlabo/distrib ALC_WKSLIST="bip beny" ALC_FTPDISTRIBDIR=/users/largo2/ftp/pub/alliance/distribution/5.0 ALC_LOGFILE=/tmp/albuild.$$ +ALC_FULL_LOGFILE="$ALC_DISTRIBDIR/alliance-mkdistrib-$$.log" ALC_RELEASE=`date +%Y%m%d` ALC_VERSION=5.0 @@ -185,4 +186,4 @@ try cp -f "/dsk/l1/tmp/czo/rpm/RPMS/i386/$ALC_PACK.i386.rpm" $ALC_FTPDISTRIBDIR ) | perl -ne '$|=1; printf("%s%s", "", $_)' ) 2>&1 | perl -ne '$|=1; printf("%s%s%s", "", $_, "")' -) 2>&1 | tee /tmp/mkdistrib-$$.tmp +) 2>&1 | tee "$ALC_FULL_LOGFILE"