*** empty log message ***

This commit is contained in:
Olivier Sirol 2002-10-10 16:42:58 +00:00
parent 77f7de1319
commit f7ad754f55
2 changed files with 9 additions and 5 deletions

View File

@ -4,7 +4,7 @@
# cvs checkout of the alliance cvs tree. It should be lauched # cvs checkout of the alliance cvs tree. It should be lauched
# in the same directory where you did the `cvs co alliance' # 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/pcbs
rm -fr alliance/src/grog rm -fr alliance/src/grog
@ -12,4 +12,7 @@ rm -fr alliance/src/gcp
rm -fr alliance/src/genview rm -fr alliance/src/genview
rm -fr alliance/src/growstk rm -fr alliance/src/growstk
rm -fr alliance/src/a2sdf rm -fr alliance/src/a2sdf
rm -fr alliance/src/attila
rm -fr alliance/src/nero

View File

@ -4,11 +4,11 @@
# Copyright (C) 1999, 2000 Czo <Olivier.Sirol@lip6.fr> # Copyright (C) 1999, 2000 Czo <Olivier.Sirol@lip6.fr>
# License: GPL (http://www.gnu.org/copyleft/gpl.html) # License: GPL (http://www.gnu.org/copyleft/gpl.html)
# Started: April 2000 # Started: April 2000
# Last Change: Monday 01 July 2002, 13:36 # Last Change: Thursday 10 October 2002, 18:42
# Edit Time: 206:57:07 # Edit Time: 207:26:11
# Description: # 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_WKSLIST="bip beny"
ALC_FTPDISTRIBDIR=/users/largo2/ftp/pub/alliance/distribution/5.0 ALC_FTPDISTRIBDIR=/users/largo2/ftp/pub/alliance/distribution/5.0
ALC_LOGFILE=/tmp/albuild.$$ ALC_LOGFILE=/tmp/albuild.$$
ALC_FULL_LOGFILE="$ALC_DISTRIBDIR/alliance-mkdistrib-$$.log"
ALC_RELEASE=`date +%Y%m%d` ALC_RELEASE=`date +%Y%m%d`
ALC_VERSION=5.0 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", "", $_, "")' ) | 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"