Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
avoid failing the tar extraction and working on previous version instead
authorAugustin Degomme <degomme@idpann.imag.fr>
Mon, 14 Oct 2013 15:19:45 +0000 (17:19 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Mon, 14 Oct 2013 15:19:45 +0000 (17:19 +0200)
buildtools/jenkins/run.sh

index 9105307..c1141b3 100755 (executable)
@@ -37,8 +37,9 @@ then
     make
 else    
     cmake $WORKSPACE
     make
 else    
     cmake $WORKSPACE
+    rm Simgrid*.tar.gz
     make dist
     make dist
-    tar xzf `cat $WORKSPACE/VERSION`.tar.gz
+    tar xzf `cat VERSION`.tar.gz
     cd `cat VERSION`
 
     if [ "$build_mode" = "Debug" ]
     cd `cat VERSION`
 
     if [ "$build_mode" = "Debug" ]