Author: mes Date: 2010-09-14 11:08:49 -0700 (Tue, 14 Sep 2010) New Revision: 21840
Added: new_cytoscape_website/trunk/deploy.sh Log: added deploy script Added: new_cytoscape_website/trunk/deploy.sh =================================================================== --- new_cytoscape_website/trunk/deploy.sh (rev 0) +++ new_cytoscape_website/trunk/deploy.sh 2010-09-14 18:08:49 UTC (rev 21840) @@ -0,0 +1,17 @@ +# Syncs latest file changes to cytoscape.org +# - excludes all svn directories + +# Collect user name +echo "" +echo "" +echo "Don't forget to create a shell on SourceForge first!" +echo "" +echo " ssh -t USERNAME,[email protected] create" +echo "" +echo "" +echo "Sourceforge username: " +read name + +# Issue rsync command +rsync -av --delete --exclude ".svn/" --exclude "deploy.sh" . $name,[email protected]:htdocs/ + Property changes on: new_cytoscape_website/trunk/deploy.sh ___________________________________________________________________ Added: svn:executable + * -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
