mailr28294 - /trunk/docs/devel/Release_Checklist


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

Header


Content

Posted by edward on November 16, 2016 - 14:10:
Author: bugman
Date: Wed Nov 16 14:10:32 2016
New Revision: 28294

URL: http://svn.gna.org/viewcvs/relax?rev=28294&view=rev
Log:
Updates to the upload section of the release checklist document for sending 
files to SourceForge.


Modified:
    trunk/docs/devel/Release_Checklist

Modified: trunk/docs/devel/Release_Checklist
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/devel/Release_Checklist?rev=28294&r1=28293&r2=28294&view=diff
==============================================================================
--- trunk/docs/devel/Release_Checklist  (original)
+++ trunk/docs/devel/Release_Checklist  Wed Nov 16 14:10:32 2016
@@ -125,13 +125,21 @@
 
 $ rsync -av --progress --no-perms --rsh="ssh" 
bugman@xxxxxxxxxxxxxxxx:/upload/relax/ .
 
-Then rsync the entire directory contents to download.gna.org/upload/relax/ 
using the command:
-
-$ rsync --delete -av --progress --no-perms --partial --rsh="ssh" . 
bugman@xxxxxxxxxxxxxxxx:/upload/relax/
+Change "bugman" to your user name.  Then rsync the entire directory contents 
to download.gna.org/upload/relax/ using the command:
+
+$ rsync --delete -rlptoDvP --progress --partial --no-perms --rsh="ssh" 
--numeric-ids . bugman@xxxxxxxxxxxxxxxx:/upload/relax/
 
 The upload script simplifies the upload process:
 
-$ ./upload
+$ ./upload bugman
+
+Upload copies to the relax SourceForge file area as well:
+
+$ rsync --delete -rlptoDvP --progress --partial --no-perms -e ssh 
--numeric-ids . bugman@xxxxxxxxxxxxxxxxxxx:/home/frs/project/nmr-relax/
+
+Or:
+
+$ ./upload bugman sf
 
 
 




Related Messages


Powered by MHonArc, Updated Wed Nov 16 15:40:05 2016