]> AND Public Git Repository - simgrid.git/blobdiff - tools/docker/Makefile
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure that VM::get_speed() returns the correct value after a migration
[simgrid.git] / tools / docker / Makefile
index 82f2d907e8d52dba13871f105c414b42b666ee6f..dc2faf5a708ae0b680dfaaffab6831a1ce115c79 100644 (file)
@@ -14,9 +14,9 @@ default:
 all: build-deps unstable tuto-s4u tuto-smpi
 
 stable:
-       # docker build -f Dockerfile.stable --build-arg DLURL=/simgrid/simgrid/uploads/ddd14d9e34ee36bc90d9107f12480c28/SimGrid-3.24.tar.gz -t simgrid/stable:latest -t simgrid/stable:v3.24 . |tee stable.log
+       # docker build -f Dockerfile.stable --build-arg DLURL=/simgrid/simgrid/uploads/0365f13697fb26eae8c20fc234c5af0e/SimGrid-3.25.tar.gz -t simgrid/stable:latest -t simgrid/stable:v3.25 . |tee stable.log
        export last_tag=$$(wget https://framagit.org/simgrid/simgrid/tags 2>/dev/null -O - | grep /simgrid/simgrid/-/tags/v | head -n1  | sed 's/[^>]*>//' | sed 's/<.*//'); \
-       export DLURL=$$(wget https://framagit.org/simgrid/simgrid/tags/$${last_tag} 2>/dev/null -O - | grep SimGrid- | perl -pe 's/.*?<a href="(\/simgrid[^ ]*tar.gz)".*/$1/'); \
+       export DLURL=$$(wget https://framagit.org/simgrid/simgrid/tags/$${last_tag} 2>/dev/null -O - | grep simgrid- | perl -pe 's/.*?<a href="(\/simgrid[^ ]*tar.gz)".*/$1/'); \
   echo "DLURL=$$DLURL";\
        docker build -f Dockerfile.stable \
                 --build-arg DLURL=$${DLURL} \