mailr19106 - /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 March 24, 2013 - 15:47:
Author: bugman
Date: Sun Mar 24 15:47:12 2013
New Revision: 19106

URL: http://svn.gna.org/viewcvs/relax?rev=19106&view=rev
Log:
Some small clarifications and reordering of 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=19106&r1=19105&r2=19106&view=diff
==============================================================================
--- trunk/docs/Release_Checklist (original)
+++ trunk/docs/Release_Checklist Sun Mar 24 15:47:12 2013
@@ -20,10 +20,12 @@
 
 
 
-* Review the SVN logs and add an entry into the CHANGES file (in the 'docs/' 
directory) for the current release.  Create three sections titled 'Features', 
'Changes', and 'Bugfixes'.  Commit the changes and then port the revision 
back into the main line.  The 'devel_scripts/log_converter.py' script can be 
used to generate the documentation, which will need major editing (the 
starting revision is from the CHANGES merge of the previous release):
+* Review the SVN logs and add an entry into the CHANGES file (in the 'docs/' 
directory) for the current release.  Create three sections titled 'Features', 
'Changes', and 'Bugfixes'.  The 'devel_scripts/log_converter.py' script can 
be used to generate the documentation, which will need major editing (the 
starting revision is from the CHANGES merge of the previous release):
 
 $ svn log -v -r18314:HEAD > log
 $ devel_scripts/log_converter.py log
+
+Commit the changes.  Port the revision back into the main line.
 
 
 
@@ -42,6 +44,8 @@
 and commit all the changes.  Clean up the temporary files with:
 
 $ scons clean
+
+Copy the PDF manual to the mirror directory for the relax download site for 
uploading in one of the steps below.
 
 
 
@@ -88,7 +92,7 @@
 
 
 
-* Move the distribution files and their signatures, as well as the PDF 
manual, to the mirror directory for the relax download site.  This directory 
should contain all the files and directories accessible from 
'http://download.gna.org/relax/'.  First make sure the mirror directory 
contains all of the files so that the next command does not accidentally 
delete files:
+* Move the distribution files and their signatures to the mirror directory 
for the relax download site.  This directory should contain all the files and 
directories accessible from 'http://download.gna.org/relax/'.  First make 
sure the mirror directory contains all of the files so that the next command 
does not accidentally delete files:
 
 $ rsync -av --progress --no-perms --rsh="ssh" 
bugman@xxxxxxxxxxxxxxxx:/upload/relax/ .
 




Related Messages


Powered by MHonArc, Updated Sun Mar 24 16:00:02 2013