X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..7f4f03348bd07609e258eb3b545bdafc2c881847:/doc/doxygen/inside_release.doc diff --git a/doc/doxygen/inside_release.doc b/doc/doxygen/inside_release.doc index 286f9f51fc..727819ec46 100644 --- a/doc/doxygen/inside_release.doc +++ b/doc/doxygen/inside_release.doc @@ -12,12 +12,8 @@ Please apply the following checklist before releasing. SIMGRID_VERSION_MAJOR and friends. Please also update the comments right before these macros so that we keep a track of the version numbers that were used. - - The" make distcheck" target works (testing that every files needed + - 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) @@ -92,11 +88,10 @@ Please apply the above checklists before and after releasing the bindings. Then, clean your git repository and build the archive. It will give you an archive file in the build dir: -'SimGrid-Java-${inside_release_version}.tar.gz' or 'SimGrid-Ruby-${inside_release_version}.tar.gz'. \verbatim -$ cd simgrid-java (or simgrid-ruby) +$ cd simgrid-ruby $ git reset --hard master $ git clean -dfx $ mkdir build