You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2010/05/06 07:06:10 UTC

svn commit: r941576 - /continuum/site/src/site/apt/development/release.apt

Author: brett
Date: Thu May  6 05:06:10 2010
New Revision: 941576

URL: http://svn.apache.org/viewvc?rev=941576&view=rev
Log:
update release docs

Modified:
    continuum/site/src/site/apt/development/release.apt

Modified: continuum/site/src/site/apt/development/release.apt
URL: http://svn.apache.org/viewvc/continuum/site/src/site/apt/development/release.apt?rev=941576&r1=941575&r2=941576&view=diff
==============================================================================
--- continuum/site/src/site/apt/development/release.apt (original)
+++ continuum/site/src/site/apt/development/release.apt Thu May  6 05:06:10 2010
@@ -85,7 +85,7 @@ svn cat http://svn.apache.org/repos/asf/
 sh ../release-script.sh VERSION STAGING_URL
 +-----+
 
- [[1]] Stage the site <<<mvn site:stage-deploy -DstagingSiteURL=scp://people.apache.org/home/USERID/public_html/staging-sites/continuum/1.3.4>>> from the release tag or <<<target/checkout>>> directory
+ [[1]] Stage the site <<<mvn site:stage-deploy -DstagingSiteURL=scp://people.apache.org/home/USERID/public_html/staging-sites/continuum/1.3.4>>> from the <<<continuum-docs>>> module of the release tag or <<<target/checkout>>> directory
 
  [[1]] Call for a vote in the dev list and wait for 72 hours for the vote results. 3 binding votes from PMC members are necessary for the release to be finalized. <<{{{http://markmail.org/message/dhgdoz6aht6w5frl}Example}}>>
 
@@ -101,13 +101,15 @@ mvn stage:copy -Dsource="[STAGE_REPO_URL
 
     <<Note:>> Do not use Maven 2.0.9 because it has a bug when performing <<<mvn stage:copy>>>
 
+    <<Note:>> You can also use scpexe:// especially if you are building from another machine using SSH agent forwarding
+
  [[1]] Execute fix permissions scripts. Login to <<<people.apache.org>>>
 
 +-----+
 /www/people.apache.org/repo/m2-snapshot-repository/fix-permissions.sh
 +-----+
 
- [[1]] Publish the docs with <<<mvn site-deploy>>> from the release tag
+ [[1]] Publish the docs with <<<mvn site-deploy>>> from the <<<continuum-docs>>> module from the release tag
 
  [[1]] Update the Continuum site at <<<https://svn.apache.org/repos/asf/continuum/site/>>> with the versions and release notes
  URL and run <<<mvn site-deploy>>>. Below is the list of pages that you need to update:
@@ -116,8 +118,6 @@ mvn stage:copy -Dsource="[STAGE_REPO_URL
 
   * <<<src/site/apt/known-issues.apt>>>
 
-  * <<<src/site/apt/versions.apt>>>
-
   * <<<src/site/apt/download.apt>>>
 
   * <<<src/site/apt/changelog.apt>>>
@@ -127,7 +127,7 @@ mvn stage:copy -Dsource="[STAGE_REPO_URL
 
   []
 
- [[1]] Remove old versions from <<</www/www.apache.org/dist/continuum>>>
+ [[1]] Remove versions that no longer need to be downloaded from the mirror from <<</www/www.apache.org/dist/continuum>>>
 
  [[1]] Publish the reference docs (<<<mvn site-deploy>>> from the release tag.
  You may have to exclude the <<<continuum-webapp>>> module to do this, and will require <<<MAVEN_OPTS=-Xmx256m>>>