Author: sebb
Date: Mon Apr 5 23:04:50 2010
New Revision: 930978
URL: http://svn.apache.org/viewvc?rev=930978&view=rev
Log:
Minor tweaks
Modified:
commons/proper/commons-site/trunk/src/site/xdoc/releases/release.xml
Modified: commons/proper/commons-site/trunk/src/site/xdoc/releases/release.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/src/site/xdoc/releases/release.xml?rev=930978&r1=930977&r2=930978&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/xdoc/releases/release.xml
(original)
+++ commons/proper/commons-site/trunk/src/site/xdoc/releases/release.xml Mon
Apr 5 23:04:50 2010
@@ -31,7 +31,7 @@
assume that the component uses <code>Maven</code> to build the site.
</p>
<p>
- The starting point for this document is that a release candidate created
and a
+ The starting point for this document is that a release candidate has been
created and a
<code>[VOTE]</code> successfully passed. Guidelines for these
preparations can be
found <a href='prepare.html'>here</a>.
</p>
@@ -57,18 +57,24 @@
</p>
<p>
Move source distributions, their detached signatures and md5 sums into
position.
- All source versions live in the source subdirectory.
+ All source versions live in the <em>source</em> subdirectory.
<pre>
mv ~/public_html/foo-1.2-RC3/commons-foo-1.2-src* source </pre>
</p>
<p>
Move the binary distributions, their detached signatures and md5 sums into
position.
All binary versions live in the <em>binaries</em> subdirectory.
+ [Note: the source must have been moved already, otherwise the following
command will
+ also be applied to the source files.]
<pre>
mv ~/public_html/foo-1.2-RC3/commons-foo-1.2* binaries </pre>
</p>
<p>
- Double check the permissions for binaries and source distributions.
+ Double check the permissions for both binaries and source distributions.
+ The file permissions should be "-rw-rw-r--" and the group should be
"commons", for example:
+ <pre>
+ -rw-rw-r-- 1 userid commons 203 Feb 21 23:45
commons-foo-1.2-src.tar.gz.asc
+ </pre>
</p>
</subsection>