Author: psteitz
Date: Tue Mar 30 02:18:42 2010
New Revision: 928963

URL: http://svn.apache.org/viewvc?rev=928963&view=rev
Log:
Eliminate manual symlink instructions - use the script instead.

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=928963&r1=928962&r2=928963&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 Tue 
Mar 30 02:18:42 2010
@@ -116,28 +116,22 @@
     </p>
     <p>
     Recreate links to current distribution:
+    </p>
+    <p>
+    From committers/tools/releases in the ASF subversion repository, download 
the script
+    "symlinks.sh" and install it in your home/bin directory.  Make sure it is 
executable
+    and your path includes your /bin subdirectory.  From the top level 
distribution directory
+    (/www/www.apache.org/dist/commons/foo/), execute
     <pre>
-      ln -s source/commons-foo-1.2-src.tar.gz commons-foo-current-src.tar.gz 
-      ln -s source/commons-foo-1.2-src.tar.gz.asc 
commons-foo-current-src.tar.gz.asc
-      ln -s source/commons-foo-1.2-src.tar.gz.md5 
commons-foo-current-src.tar.gz.md5
-      ln -s source/commons-foo-1.2-src.zip commons-foo-current-src.zip
-      ln -s source/commons-foo-1.2-src.zip.asc commons-foo-current-src.zip.asc
-      ln -s source/commons-foo-1.2-src.zip.md5 commons-foo-current-src.zip.md5
-      ln -s binaries/commons-foo-1.2.tar.gz commons-foo-current.tar.gz
-      ln -s binaries/commons-foo-1.2.tar.gz.md5  commons-foo-current.tar.gz.md5
-      ln -s binaries/commons-foo-1.2.tar.gz.asc commons-foo-current.tar.gz.asc
-      ln -s binaries/commons-foo-1.2.zip commons-foo-current.zip
-      ln -s binaries/commons-foo-1.2.zip.md5 commons-foo-current.zip.md5
-      ln -s binaries/commons-foo-1.2.zip.asc commons-foo-current.zip.asc
-    </pre>     
-    The following script can help with this 
<code>committers/tools/releases/symlinks.sh</code>. 
+      symlinks.sh 1.2
+    </pre>
     </p>
     <p>Please test that these links function correctly!</p>
     <p>
     <strong>Update RELEASE-NOTES</strong><br/>
     Replace the current <code>RELEASE-NOTES.txt</code> with the new release 
notes.
     <pre>
-    mv ~/release/RELEASE-NOTES.txt .
+    mv ~/public_html/foo-1.2-RC3/RELEASE-NOTES.txt .
     </pre>
     </p>
     <p>
@@ -153,7 +147,7 @@
     </p>
   </subsection>
 
-  <subsection name='3 Deploy Maven Artifacts to Java-Repository'>
+  <subsection name='3 Deploy Maven Artifacts'>
    <!-- 
         TODO: improve this section to include recommendation to move to
         org.apache.commons groupId and explain how to edit maven metadata.
@@ -162,7 +156,6 @@
         and then copy from there
    -->
     <p>
-    The ASF Java Respository is the home for distributions in jar format.
     Your Maven artifacts (jar and pom files) should be placed in 
     
<code>/www/people.apache.org/repo/m2-ibiblio-rsync-repository/commons-foo/commons-foo/1.2/</code>
     on people.apache.org.


Reply via email to