Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Git-reset should do the job here, plus minor corrections.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 14 Nov 2012 22:02:08 +0000 (23:02 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 14 Nov 2012 22:03:43 +0000 (23:03 +0100)
doc/dev_guide/doxygen/release.doc

index a1027df..280d157 100644 (file)
@@ -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
   - 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
     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
 - 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
 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
 
 $ 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;
 - 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
 
  - Also mail some other lists (G5K users), with only the NEWS chunk
    and the link to the download section