From e663f3af0dde907e5ca434926238bd622e868d6a Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 8 Oct 2021 01:16:59 +0200 Subject: [PATCH] Slightly change the releasing process --- doc/doxygen/inside_release.doc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/doxygen/inside_release.doc b/doc/doxygen/inside_release.doc index 00ee2d39d6..700dd677d7 100644 --- a/doc/doxygen/inside_release.doc +++ b/doc/doxygen/inside_release.doc @@ -50,6 +50,7 @@ Please apply the following checklist before releasing. - Document the tag on framagit and ghub - Upload the files simgrid-3.XX.tar.gz, simgrid-3_XX.jar and simgrid-doc-3_XX.zip - Add a link to the version of the ChangeLog that comes with this tag. + https://framagit.org/simgrid/simgrid/-/blob/v3.29/ChangeLog - Update the website - emacs org/org-templates/level-0.org to change the release version, the tgz link and the jar link. - jed .gitlab-ci.yml @@ -84,12 +85,9 @@ Please apply the following checklist before releasing. - edit debian/control: s/simgrid3.XX/simgrid3.XY/ - Update the simgrid/package.py for spack: https://gitlab.inria.fr/solverstack/spack-repo - Update the Docker images (after pushing to the git) - - cd tools/docker && make stable. - The argument passing is somehow failing, so you'll need to copy/paste + execute manually this line: - docker build -f Dockerfile.stable --build-arg DLURL=????? -t simgrid/stable:latest ........... - - Upload the stable docker image once built - - Once the new image is uploaded, trigger a rebuild of the images tuto-{s4u,smpi} on https://hub.docker.com - They use the dockerfiles in simgrid:tools/docker, and are built upon the simgrid/stable image + - cd tools/docker && make stable && make tuto-s4u tuto-smpi tuto-mc + The tuto images are built upon the simgrid/stable image + - Upload these docker images once built - Once the new images are built, trigger a rebuild of the simgrid-template-{s4u,smpi} repositories on framagit @subsection inside_release_c_postrelease Post-release cleanups -- 2.20.1