Author: juanpablo
Date: Sun Dec 22 23:35:02 2013
New Revision: 1553050

URL: http://svn.apache.org/r1553050
Log:
remember to chmod when copying to people.apache.org

Modified:
    jspwiki/site/trunk/content/ppmc/how_to_release.mdtext

Modified: jspwiki/site/trunk/content/ppmc/how_to_release.mdtext
URL: 
http://svn.apache.org/viewvc/jspwiki/site/trunk/content/ppmc/how_to_release.mdtext?rev=1553050&r1=1553049&r2=1553050&view=diff
==============================================================================
--- jspwiki/site/trunk/content/ppmc/how_to_release.mdtext (original)
+++ jspwiki/site/trunk/content/ppmc/how_to_release.mdtext Sun Dec 22 23:35:02 
2013
@@ -29,6 +29,9 @@ the quick guide to get the release out (
         scp jspwiki-war/target/JSPWiki-* 
[email protected]:~/public_html/jspwiki-X.Y.Z-rc$RC/binaries
         scp jspwiki-war/target/JSPWiki.war* 
[email protected]:~/public_html/jspwiki-X.Y.Z-rc$RC/binaries
         find . -name jspwiki-wikipages-*zip* -exec scp {} 
[email protected]:~/public_html/jspwiki-X.Y.Z-rc$RC/wikipages \;
+        ssh [email protected]
+        cd public_html
+        find jspwiki-X.Y.Z-rc$RC -exec chmod +rw {} \;
 
   4. Run the vote and, if successful, continue with the items on the list
 
@@ -126,6 +129,9 @@ using "Apache JSPWiki X.Y.Z" as the desc
         scp jspwiki-war/target/JSPWiki-* 
[email protected]:~/public_html/jspwiki-X.Y.Z-rc$RC/binaries
         scp jspwiki-war/target/JSPWiki.war* 
[email protected]:~/public_html/jspwiki-X.Y.Z-rc$RC/binaries
         find . -name jspwiki-wikipages-*zip* -exec scp {} 
[email protected]:~/public_html/jspwiki-X.Y.Z-rc$RC/wikipages \;
+        ssh [email protected]
+        cd public_html
+        find jspwiki-X.Y.Z-rc$RC -exec chmod +rw {} \;
 
 ## Run a vote
 


Reply via email to