]> AND Public Git Repository - simgrid.git/blobdiff - doc/doxygen/inside_release.doc
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some more cleanups in the documentation
[simgrid.git] / doc / doxygen / inside_release.doc
index 26370dd7b95ddca740e9451c32216360e3d26254..40cf33b048b112775e03b7f3489c6539223e33da 100644 (file)
@@ -1,5 +1,5 @@
 /*! 
-\page inside_release SimGrid Developer Guide - Releasing
+\page inside_release Releasing SimGrid
 
 \section inside_release_c Releasing the main library
 
@@ -14,12 +14,6 @@ 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 URL provided to download in the examples of
-    doc/doxygen/install.doc is accurate. Note that updating the 
-    version number is not enough as it only impacts the name that will
-    be given to the downloaded file. The real identifier is the number
-    before, between /s. This makes this part very difficult to
-    generate automatically.
 - Tests
   - All tests pass on a reasonable amount of platforms (typically,
     everything on cdash)
@@ -94,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