You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/01/06 06:34:10 UTC

svn commit: r731837 - in /incubator/click/trunk/click/documentation/docs/developer-guide: releasing-subprojects.html releasing.html

Author: sabob
Date: Mon Jan  5 21:34:10 2009
New Revision: 731837

URL: http://svn.apache.org/viewvc?rev=731837&view=rev
Log:
updated docs

Modified:
    incubator/click/trunk/click/documentation/docs/developer-guide/releasing-subprojects.html
    incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html

Modified: incubator/click/trunk/click/documentation/docs/developer-guide/releasing-subprojects.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/developer-guide/releasing-subprojects.html?rev=731837&r1=731836&r2=731837&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/developer-guide/releasing-subprojects.html (original)
+++ incubator/click/trunk/click/documentation/docs/developer-guide/releasing-subprojects.html Mon Jan  5 21:34:10 2009
@@ -61,8 +61,12 @@
             </li>
             <li>
                 Upload the distribution to your account at <tt>people.apache.org</tt>
-                under the folder <tt>~/public_html/release/X.X.X</tt>, where X.X.X
-                is the version number of the project.
+                under the folder <tt>~/public_html/click/SUBPROJECT/X.X.X</tt>, where
+                <tt>SUBPROJECT</tt> is the name of the subproject and X.X.X
+                is the version.
+                <p/>
+                For example version <tt>2.2.0</tt> of subproject <tt>ClickIDE</tt> could be published to:
+                <pre class="codeConfig"><tt>~/public_html/click/clickide/2.2.0</tt></pre>
             </li>
             <li>
                 Verify the digital signatures at <tt>people.apache.org</tt> to
@@ -79,11 +83,11 @@
 ssh people.apache.org
 gpg --keyserver pgp.mit.edu --recv-keys 709F7561
 </pre>
-                Next verify the signature with the following command:
+                Next verify the signature with the following command: (Replace SUBPROJECT with the name of the actual project.)
                 <pre class="codeConfig">
 ssh people.apache.org
-cd ~/public_html/release/X.X.X
-gpg --verify ClickIDE-X.X.X-incubating.zip.asc ClickIDE-X.X.X-incubating.zip
+cd ~/public_html/click/SUBPROJECT/X.X.X
+gpg --verify SUBPROJECT-X.X.X-incubating.zip.asc SUBPROJECT-X.X.X-incubating.zip
 </pre>
             </li>
             <li>
@@ -98,7 +102,6 @@
                 <tt>/www/www.apache.org/dist/incubator/click/<tt>SUBPROJECT</tt>/X.X.X</tt>
 
                 <p/>
-                <tt>SUBPROJECT</tt> should be replaced with the name of the subproject.
                 For example <tt>ClickIDE</tt> will be published to the folder:
 
                 <p/>
@@ -108,7 +111,7 @@
                 An easy way to do this is to copy the files in your <tt>public_html</tt>
                 folder for example:
                 <pre class="codeConfig">ssh people.apache.org
-cp ~/public_html/release/X.X.X/* /www/www.apache.org/dist/incubator/click/clickide/X.X.X
+cp ~/public_html/click/clickide/X.X.X/* /www/www.apache.org/dist/incubator/click/clickide/X.X.X
 </pre>
             </li>
              <li>

Modified: incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html?rev=731837&r1=731836&r2=731837&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html (original)
+++ incubator/click/trunk/click/documentation/docs/developer-guide/releasing.html Mon Jan  5 21:34:10 2009
@@ -107,7 +107,7 @@
             </li>
             <li>
                 Upload the distribution to your account at <tt>people.apache.org</tt>
-                under the folder <tt>~/public_html/release/X.X.X</tt>, where X.X.X
+                under the folder <tt>~/public_html/click/click/X.X.X</tt>, where X.X.X
                 is the version number of Click.
 
                 <p/>
@@ -139,7 +139,7 @@
                 Next verify the signature with the following command:
                 <pre class="codeConfig">
 ssh people.apache.org
-cd ~/public_html/release/X.X.X
+cd ~/public_html/click/click/X.X.X
 gpg --verify click-X.X.X-incubating.zip.asc click-X.X.X-incubating.zip
 </pre>
             </li>
@@ -178,10 +178,10 @@
                 <tt>/www/www.apache.org/dist/incubator/click/click/X.X.X</tt>
 
                 <p/>
-                An easy way to do this is to copy the files in your <tt>public_html</tt>
+                An easy way to do this is to copy the files from your <tt>public_html</tt>
                 folder for example:
                 <pre class="codeConfig">ssh people.apache.org
-cp ~/public_html/release/X.X.X/* /www/www.apache.org/dist/incubator/click/click/X.X.X
+cp ~/public_html/click/click/X.X.X/* /www/www.apache.org/dist/incubator/click/click/X.X.X
 </pre>
             </li>
             <li>