mailr25601 - /trunk/docs/Release_Checklist


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 03, 2014 - 20:19:
Author: bugman
Date: Wed Sep  3 20:19:01 2014
New Revision: 25601

URL: http://svn.gna.org/viewcvs/relax?rev=25601&view=rev
Log:
Simplified the Release_Checklist document.


Modified:
    trunk/docs/Release_Checklist

Modified: trunk/docs/Release_Checklist
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/Release_Checklist?rev=25601&r1=25600&r2=25601&view=diff
==============================================================================
--- trunk/docs/Release_Checklist        (original)
+++ trunk/docs/Release_Checklist        Wed Sep  3 20:19:01 2014
@@ -5,7 +5,9 @@
 
 $ scons
 
-and then run the test suite on all possible architectures to make sure the 
release is ready.
+and then run the test suite on all possible architectures to make sure the 
release is ready:
+
+$ relax --test-suite
 
 
 
@@ -16,9 +18,7 @@
 
 $ svn cp -F svn_msg svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/tags/2.0.1
 
-In the commit message file 'svn_msg', have a header line which says 'relax 
version 2.0.1.', followed by a short description of the release.
-
-Checkout the tagged version with:
+In the commit message file 'svn_msg', have a header line which says 'relax 
version 2.0.1.', followed by a short description of the release.  Checkout 
the tagged version with:
 
 $ svn co svn+ssh://bugman@xxxxxxxxxxx/svn/relax/tags/2.0.1
 
@@ -34,16 +34,11 @@
 PDF manual
 ==========
 
-Build the PDF version of the relax user manual by typing:
+Build the PDF version of the relax user manual, add it to the repository, 
commit all changes, and clean up the temporary files by typing:
 
 $ scons user_manual_pdf
-
-then add the manual to the repository:
-
 $ svn add docs/relax.pdf
-
-and commit all the changes.  Clean up the temporary files with:
-
+$ svn ci
 $ scons clean
 
 Copy the PDF manual to the mirror directory for the relax download site for 
uploading in one of the steps below.




Related Messages


Powered by MHonArc, Updated Wed Sep 03 23:00:02 2014