[Nice-commit] tester Flow4j.test,1.1.1.1,1.2
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-04-28 11:10:59
|
Update of /cvsroot/nice/tester
In directory sc8-pr-cvs1:/tmp/cvs-serv12233
Modified Files:
Flow4j.test
Log Message:
Use the new permanent URL to get the latest version of the sources.
Index: Flow4j.test
===================================================================
RCS file: /cvsroot/nice/tester/Flow4j.test,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Flow4j.test 26 Apr 2003 22:22:13 -0000 1.1.1.1
--- Flow4j.test 28 Apr 2003 11:10:55 -0000 1.2
***************
*** 1,3 ****
! #! /bin/sh
set -e
--- 1,5 ----
! #! /bin/sh -x
!
! SOURCES=flow4j-src-latest.tar.gz
set -e
***************
*** 5,12 ****
if [ ! -r flow4j ]; then
if [ ! -r flow4j-src-0.5.tar.gz ]; then
! wget http://cesnet.dl.sourceforge.net/sourceforge/flow4j/flow4j-src-0.5.tar.gz
fi
mkdir flow4j
! tar zxf flow4j-src-0.5.tar.gz -C flow4j
chmod a+x flow4j/build.sh
fi
--- 7,14 ----
if [ ! -r flow4j ]; then
if [ ! -r flow4j-src-0.5.tar.gz ]; then
! wget http://flow4j.sf.net/releases/${SOURCES}
fi
mkdir flow4j
! tar zxf ${SOURCES} -C flow4j
chmod a+x flow4j/build.sh
fi
|