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" 
bug...@download.gna.org:/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" . 
bug...@download.gna.org:/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 . bug...@download.gna.org:/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 . bug...@frs.sourceforge.net:/home/frs/project/nmr-relax/
+
+Or:
+
+$ ./upload bugman sf
 
 
 


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to