You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/04/13 23:43:14 UTC

svn commit: r764625 - /maven/site/trunk/src/site/apt/developers/release/releasing.apt

Author: bentmann
Date: Mon Apr 13 21:43:14 2009
New Revision: 764625

URL: http://svn.apache.org/viewvc?rev=764625&view=rev
Log:
o Collapsed chmod commands for site staging

Modified:
    maven/site/trunk/src/site/apt/developers/release/releasing.apt

Modified: maven/site/trunk/src/site/apt/developers/release/releasing.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/release/releasing.apt?rev=764625&r1=764624&r2=764625&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/developers/release/releasing.apt (original)
+++ maven/site/trunk/src/site/apt/developers/release/releasing.apt Mon Apr 13 21:43:14 2009
@@ -191,8 +191,7 @@
    Then run these commands:
 
 +------+
-find . -type d -exec chmod a+rx {} \;
-find . -type d -exec chmod g+w {} \;
+find . -type d -exec chmod a+rx,g+w {} \;
 find . -type f -exec chmod 664 {} \;
 +------+
 
@@ -282,7 +281,7 @@
 
 [../../images/Promote.png] Promote the artifacts
 
- Next click on "Browse Repositories", select the "Releases" repository and validate that your artifacts exist as you
+ Next click on "Repositories", select the "Releases" repository and validate that your artifacts exist as you
  expect them.
 
  [[11]] Deploy the current website