Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / buildtools / Cmake / wait_dist.sh
1 #! /bin/bash
2 # This script waits that the make_dist script finishes building the right archive in ~/simgrid
3
4
5 source ~/simgrid-svn/buildtools/Cmake/cmake_simgrid.conf
6
7 cd ${SIMGRID_SVN_ROOT}
8 svn up
9 version="simgrid-3.3.4-svn-r"`svnversion`
10
11 while [ ! -e ${SIMGRID_BASEDIR}/${version}.tar.gz ] ; do
12   sleep 1
13 done