X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3612c3313caae66ba62f30fc6fe7430cb2976801..22840d246833d1c2aa4201c277e1b910dc65a40c:/doc/doxygen/inside_release.doc diff --git a/doc/doxygen/inside_release.doc b/doc/doxygen/inside_release.doc index 85450300a4..fe63802a58 100644 --- a/doc/doxygen/inside_release.doc +++ b/doc/doxygen/inside_release.doc @@ -14,6 +14,10 @@ Please apply the following checklist before releasing. version numbers that were used. - The" make distcheck" target works (testing that every files needed to build and install are included in the archive) + - The version number provided to download in the examples of + doc/doxygen/install.doc is accurate (we should maybe generate this + file to avoid issues, but some inaccuracies are less painful than + editing the cmake files to make this happen, sorry). - Tests - All tests pass on a reasonable amount of platforms (typically, everything on cdash) @@ -36,8 +40,8 @@ globbing, you must ensure that your tree contains no cruft. You can either checkout a new tree or remove anything from your current tree: \verbatim $ cd simgrid -$ git reset --hard master -$ git clean -dfx +$ git reset --hard master # warning, it will kill your uncommited changes +$ git clean -dfx # warning, it will kill your uncommited changes \endverbatim You can then build the archive. This gives you your archive in the