Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tar xzf fails randomly on netbsd for now, try another method
[simgrid.git] / tools / jenkins / build.sh
index 81ffb59..7a77cf8 100755 (executable)
@@ -100,7 +100,8 @@ if test "$(uname -o)" != "Msys"; then
   echo "XX"
   echo "XX Open the resulting archive"
   echo "XX"
-  tar xzf `cat VERSION`.tar.gz
+  gunzip `cat VERSION`.tar.gz
+  tar xf `cat VERSION`.tar
   cd `cat VERSION`
   mkdir build
   cd build