From 74299bd06aa732e550c2693926bb0c4c8b4143aa Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 14 Nov 2012 23:02:08 +0100 Subject: [PATCH 1/1] Git-reset should do the job here, plus minor corrections. --- doc/dev_guide/doxygen/release.doc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/dev_guide/doxygen/release.doc b/doc/dev_guide/doxygen/release.doc index a1027dfea4..280d1571cd 100644 --- a/doc/dev_guide/doxygen/release.doc +++ b/doc/dev_guide/doxygen/release.doc @@ -15,10 +15,10 @@ Please apply the following checklist before releasing. - The" make distcheck" target works (testing that every files needed to build and install are included in the archive) - Tests - - All tests pass on a reasonnable amount of platforms (typically, + - All tests pass on a reasonable amount of platforms (typically, everything on cdash) - You also tested to build and install the content of the source - archive on a reasonnable amount of platforms (typically, 2 or 3). + archive on a reasonable amount of platforms (typically, 2 or 3). - ChangeLog file - Every changes are documented - The release date is indicated below the changes @@ -36,8 +36,7 @@ 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 stash -$ git stash clear +$ git reset --hard master $ git clean -dfx \endverbatim @@ -77,7 +76,7 @@ $ make nsis - Announce the release - Mail the simgrid-user mailing list - the NEWS chunk in the mail; - - the ChangeLog chunk as attachement + - the ChangeLog chunk as attachment - Also mail some other lists (G5K users), with only the NEWS chunk and the link to the download section -- 2.20.1