mailr16839 - /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 June 11, 2012 - 11:48:
Author: bugman
Date: Mon Jun 11 11:48:27 2012
New Revision: 16839

URL: http://svn.gna.org/viewcvs/relax?rev=16839&view=rev
Log:
Updated the release checklist document for the relax 2.0 development series.


Modified:
    trunk/docs/Release_Checklist

Modified: trunk/docs/Release_Checklist
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/Release_Checklist?rev=16839&r1=16838&r2=16839&view=diff
==============================================================================
--- trunk/docs/Release_Checklist (original)
+++ trunk/docs/Release_Checklist Mon Jun 11 11:48:27 2012
@@ -1,4 +1,4 @@
-* Compile the C modules for the major line (1.3) by typing
+* Compile the C modules for the major line (trunk) by typing
 
 $ scons
 
@@ -8,15 +8,15 @@
 
 * Make a copy of the current head to the tags directory using a command such 
as:
 
-$ svn cp -F svn_msg svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/tags/1.3.1
+$ 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 1.3.1.', followed by a short description of the release.
+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/1.3.1
+$ svn co svn+ssh://bugman@xxxxxxxxxxx/svn/relax/tags/2.0.1
 
 
 
@@ -63,22 +63,22 @@
 
 If the key is not supplied, or incorrectly supplied, the distribution file 
will be created but not signed.  To sign the file later, type:
 
-$ gpg --detach-sign --default-key xxxxx relax-1.3.1.GNU-Linux.x86_64.tar.bz2
+$ gpg --detach-sign --default-key xxxxx relax-2.0.1.GNU-Linux.x86_64.tar.bz2
 
 
 
 * Build other distribution packages by checking out the tag and bundling 
minfx and bmrblib.:
 
-$ svn co svn+ssh://bugman@xxxxxxxxxxx/svn/relax/tags/1.3.1
-$ cd 1.3.1
+$ svn co svn+ssh://bugman@xxxxxxxxxxx/svn/relax/tags/2.0.1
+$ cd 2.0.1
 $ svn co svn+ssh://bugman@xxxxxxxxxxx/svn/minfx/trunk/minfx
 $ svn co svn+ssh://bugman@xxxxxxxxxxx/svn/bmrblib/trunk/bmrblib
 $ scons binary_dist key=xxxxx
 
 Or:
 
-$ svn co http://svn.gna.org/svn/relax/tags/1.3.1
-$ cd 1.3.1
+$ svn co http://svn.gna.org/svn/relax/tags/2.0.1
+$ cd 2.0.1
 $ svn co http://svn.gna.org/svn/minfx/trunk/minfx
 $ svn co http://svn.gna.org/svn/bmrblib/trunk/bmrblib
 $ scons binary_dist




Related Messages


Powered by MHonArc, Updated Mon Jun 11 12:00:02 2012