Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert to shell functions
[simgrid.git] / buildtools / Cmake / wait_dist.sh
index 69a5a14..771280e 100755 (executable)
@@ -4,10 +4,6 @@
 
 source ~/simgrid-svn/buildtools/Cmake/cmake_simgrid.conf
 
-cd ${SIMGRID_SVN_ROOT}
-svn up
-version="simgrid-3.3.4-svn-r"`svnversion`
+get_version
+wait_archive
 
-while [ ! -e ${SIMGRID_BASEDIR}/${version}.tar.gz ] ; do
-  sleep 1
-done
\ No newline at end of file