*** empty log message ***

This commit is contained in:
Olivier Sirol 2002-06-26 15:41:13 +00:00
parent 9d2e31f22a
commit e758fadda1
1 changed files with 9 additions and 16 deletions

View File

@ -4,11 +4,11 @@
# Copyright (C) 1999, 2000 Czo <Olivier.Sirol@lip6.fr>
# License: GPL (http://www.gnu.org/copyleft/gpl.html)
# Started: April 2000
# Last Change: Tuesday 25 June 2002, 16:08
# Edit Time: 202:41:33
# Last Change: Wednesday 26 June 2002, 17:40
# Edit Time: 206:39:27
# Description:
#
# $Id: mkdistrib,v 1.4 2002/06/25 14:09:37 czo Exp $
# $Id: mkdistrib,v 1.5 2002/06/26 15:41:13 czo Exp $
#
###################################################################
@ -18,12 +18,12 @@
ALC_DISTRIBDIR=/users/soft5/newlabo/distrib
ALC_WKSLIST="bip beny"
ALC_FTPDISTRIBDIR=/users/largo2/ftp/pub/alliance/unstable/distribution
ALC_FTPDISTRIBDIR=/users/largo2/ftp/pub/alliance/distribution/5.0
ALC_LOGFILE=/tmp/albuild.$$
ALC_RELEASE=`date +%Y%m%d`
ALC_VERSION=5.0
ALC_VERSION="5.0"
ALC_DIR="alliance-$ALC_VERSION"
ALC_PACK="$ALC_DIR-$ALC_RELEASE"
@ -118,16 +118,9 @@ mv alliance* tmpdestdir-* tmpbuilddir-* $ALC_TMPDIR
rm -fr $ALC_TMPDIR &
echo "%%%%%%%%%%%%%%% Checkout CVS sources..."
if true
then
cvs co -P -r TAG_DISTRIB alliance/src
else
cvs co -P alliance/src/mbk
for f in Makefile.am alliance.m4 autostuff configure.in motif.m4 xpm.m4 ylwrap
do
cvs co alliance/src/$f
done
fi
cvs co -P alliance/src
try ./alliance/src/.asim
perl -pi -e "s§AC_DEFINE_UNQUOTED.*ALLIANCE_VERSION.*§AC_DEFINE_UNQUOTED(ALLIANCE_VERSION, \"$ALC_VERSION \[$ALC_RELEASE\]\")§" alliance/src/alliance.m4
@ -187,7 +180,7 @@ try rpm -ta $ALC_PACK-i386-linux-2.4.9.tar.gz
try cp -f "$ALC_PACK.tar.gz" $ALC_FTPDISTRIBDIR
try cp -f "$ALC_PACK-i386-linux-2.4.9.tar.gz" $ALC_FTPDISTRIBDIR
try cp -f "$ALC_PACK-sparc-solaris-2.7.tar.gz" $ALC_FTPDISTRIBDIR
try cp -f "/dsk/l1/tmp/czo/rpm/RPMS/$ALC_PACK.rpm" $ALC_FTPDISTRIBDIR
) | perl -ne '$|=1; printf("%s%s", "", $_)' ) 2>&1 | perl -ne '$|=1; printf("%s%s%s", "", $_, "")'