You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2016/04/07 20:53:38 UTC

svn commit: r1738171 - /jspwiki/site/trunk/content/ppmc/how_to_release.mdtext

Author: juanpablo
Date: Thu Apr  7 18:53:38 2016
New Revision: 1738171

URL: http://svn.apache.org/viewvc?rev=1738171&view=rev
Log:
use https://dist.apache.org/repos/dist/dev/jspwiki instead of 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=1738171&r1=1738170&r2=1738171&view=diff
==============================================================================
--- jspwiki/site/trunk/content/ppmc/how_to_release.mdtext (original)
+++ jspwiki/site/trunk/content/ppmc/how_to_release.mdtext Thu Apr  7 18:53:38 2016
@@ -22,16 +22,7 @@ the quick guide to get the release out (
 
   2. Close the staging repo
 
-  3. Copy binaries and source to `people.apache.org`
-
-        cd target/checkout
-        scp target/jspwiki-builder-X.Y.Z-source-release.zip* username@people.apache.org:~/public_html/jspwiki-X.Y.Z-rc$RC/source
-        scp jspwiki-war/target/JSPWiki-* username@people.apache.org:~/public_html/jspwiki-X.Y.Z-rc$RC/binaries
-        scp jspwiki-war/target/JSPWiki.war* username@people.apache.org:~/public_html/jspwiki-X.Y.Z-rc$RC/binaries
-        find . -name jspwiki-wikipages-*zip* -exec scp {} username@people.apache.org:~/public_html/jspwiki-X.Y.Z-rc$RC/wikipages \;
-        ssh username@people.apache.org
-        cd public_html
-        find jspwiki-X.Y.Z-rc$RC -exec chmod +rw {} \;
+  3. Svn copy binaries and source to https://dist.apache.org/repos/dist/dev/jspwiki/X.Y.Z/
 
   4. Run the vote and, if successful, continue with the items on the list
 
@@ -124,16 +115,13 @@ on the left under Build Promotion.
     2. Select org.apache.jspwiki from the list of repositories, then click [Close][]
 using "Apache JSPWiki X.Y.Z" as the description to allow others to see the repository.
 
-  5. **Copy the bin distribution files and checksums to people.apache.org**:
+  5. **Svn copy binaries and source to https://dist.apache.org/repos/dist/dev/jspwiki/X.Y.Z/**, suggested structure
 
-        cd target/checkout
-        scp target/jspwiki-builder-X.Y.Z-source-release.zip* username@people.apache.org:~/public_html/jspwiki-X.Y.Z-rc$RC/source
-        scp jspwiki-war/target/JSPWiki-* username@people.apache.org:~/public_html/jspwiki-X.Y.Z-rc$RC/binaries
-        scp jspwiki-war/target/JSPWiki.war* username@people.apache.org:~/public_html/jspwiki-X.Y.Z-rc$RC/binaries
-        find . -name jspwiki-wikipages-*zip* -exec scp {} username@people.apache.org:~/public_html/jspwiki-X.Y.Z-rc$RC/wikipages \;
-        ssh username@people.apache.org
-        cd public_html
-        find jspwiki-X.Y.Z-rc$RC -exec chmod +rw {} \;
+        binaries
+            portable
+            webapp
+        source
+        wikipages        
 
 ## Run a vote
 
@@ -185,7 +173,7 @@ the description "Apache JSPWiki X.Y.Z"
 
     1. `svn checkout` <https://dist.apache.org/repos/dist/release/jspwiki>
 
-    2. `svn add` the release artifacts from `username@people.apache.org:~/public`_`html/jspwiki-$VERSION-candidate-$CANDIDATE` 
+    2. `svn copy` the release artifacts from `https://dist.apache.org/repos/dist/dev/jspwiki/$VERSION-CANDIDATE` 
 to `https://dist.apache.org/repos/dist/release/jspwiki/$VERSION`
 
     3. `svn delete` older releases