From: mquinson Date: Tue, 22 Dec 2009 16:18:19 +0000 (+0000) Subject: New script: wait the distribution to be in position X-Git-Tag: SVN~807 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cb2c5c40e71782129ef41858a6685350e503d4d7 New script: wait the distribution to be in position git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6919 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/wait_dist.sh b/buildtools/Cmake/wait_dist.sh new file mode 100755 index 0000000000..69a5a148b6 --- /dev/null +++ b/buildtools/Cmake/wait_dist.sh @@ -0,0 +1,13 @@ +#! /bin/bash +# This script waits that the make_dist script finishes building the right archive in ~/simgrid + + +source ~/simgrid-svn/buildtools/Cmake/cmake_simgrid.conf + +cd ${SIMGRID_SVN_ROOT} +svn up +version="simgrid-3.3.4-svn-r"`svnversion` + +while [ ! -e ${SIMGRID_BASEDIR}/${version}.tar.gz ] ; do + sleep 1 +done \ No newline at end of file