This commit is contained in:
Olivier Sirol 2003-12-10 15:50:05 +00:00
parent 2551513f10
commit 63fe4c76e3
1 changed files with 7 additions and 6 deletions

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: Thursday 22 May 2003, 11:49 # Last Change: Wednesday 10 December 2003, 16:49
# Edit Time: 207:42:31 # Edit Time: 208:03:15
# Description: # Description:
# #
# $Id: mkdistrib,v 1.11 2003/05/22 09:51:07 czo Exp $ # $Id: mkdistrib,v 1.12 2003/12/10 15:50:05 czo Exp $
# #
@ -124,7 +124,7 @@ mv alliance* tmpdestdir-* tmpbuilddir-* $ALC_TMPDIR
rm -fr $ALC_TMPDIR & rm -fr $ALC_TMPDIR &
echo "%%%%%%%%%%%%%%% Checkout CVS sources..." echo "%%%%%%%%%%%%%%% Checkout CVS sources..."
cvs co -P alliance/src cvs co -P alliance/src || (echo "CVS ERROR, exiting" ; exit 4)
try ./alliance/src/.asim try ./alliance/src/.asim
@ -190,8 +190,9 @@ try cp -f "$ALC_PACK-$solaris.tar.gz" $ALC_FTPDISTRIBDIR
# plus de generation rpm, cp ceux de jpc # plus de generation rpm, cp ceux de jpc
# try cp -f "/dsk/l1/tmp/czo/rpm/RPMS/i386/$ALC_PACK.i386.rpm" $ALC_FTPDISTRIBDIR # try cp -f "/dsk/l1/tmp/czo/rpm/RPMS/i386/$ALC_PACK.i386.rpm" $ALC_FTPDISTRIBDIR
try cp -fp /usr/src/redhat/RPMS/i386/alliance*.rpm $ALC_FTPDISTRIBDIR
try cp -fp /usr/src/redhat/SRPMS/alliance*.rpm $ALC_FTPDISTRIBDIR #try cp -fp /usr/src/redhat/RPMS/i386/alliance*.rpm $ALC_FTPDISTRIBDIR
#try cp -fp /usr/src/redhat/SRPMS/alliance*.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", "", $_, "")'