You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2018/12/04 20:08:03 UTC

svn commit: r1848170 - in /uima/site/trunk/uima-website: docs/checklist-release.html xdocs/checklist-release.xml

Author: schor
Date: Tue Dec  4 20:08:03 2018
New Revision: 1848170

URL: http://svn.apache.org/viewvc?rev=1848170&view=rev
Log:
add release instruction for eclipse update site - to not copy from dev (misses the signed Jars), and add note on how to check the site for proper signatures.

Modified:
    uima/site/trunk/uima-website/docs/checklist-release.html
    uima/site/trunk/uima-website/xdocs/checklist-release.xml

Modified: uima/site/trunk/uima-website/docs/checklist-release.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/checklist-release.html?rev=1848170&r1=1848169&r2=1848170&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/checklist-release.html (original)
+++ uima/site/trunk/uima-website/docs/checklist-release.html Tue Dec  4 20:08:03 2018
@@ -361,11 +361,16 @@ svn import -m "commit msg, e.g. uimaj-2.
           </li>
           <li>Otherwise, the eclipse-update-sub-site project's output folder in the target directory should 
               already be svn working copies, so you can commit these.
+              <p>DO NOT COPY the dist...dev site, use the build's update site with the signed jars, and just "commit" it.
+               </p>
               If using Windows and have tortise svn installed, cd to the target/eclipse-update-site/uimaj (or wherever your update site
               was built) and right click and say commit (and click the "all" selection to upload the new files).  
           </li>
         </ul>
       </li>
+      
+      <li>Check the www.apache.org/dist/uima site using 
+          <a href=" https://checker.apache.org/projs/uima.html"> https://checker.apache.org/projs/uima.html</a></li>
 
       <li>update the UIMA website docs/d with any generated docs, in a manner to 
   <a href="saving-svn-resources.html">minimize SVN space</a> use, if possible.

Modified: uima/site/trunk/uima-website/xdocs/checklist-release.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/checklist-release.xml?rev=1848170&r1=1848169&r2=1848170&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/checklist-release.xml (original)
+++ uima/site/trunk/uima-website/xdocs/checklist-release.xml Tue Dec  4 20:08:03 2018
@@ -161,11 +161,16 @@ svn import -m "commit msg, e.g. uimaj-2.
           </li>
           <li>Otherwise, the eclipse-update-sub-site project's output folder in the target directory should 
               already be svn working copies, so you can commit these.
+              <p>DO NOT COPY the dist...dev site, use the build's update site with the signed jars, and just "commit" it.
+               </p>
               If using Windows and have tortise svn installed, cd to the target/eclipse-update-site/uimaj (or wherever your update site
               was built) and right click and say commit (and click the "all" selection to upload the new files).  
           </li>
         </ul>
       </li>
+      
+      <li>Check the www.apache.org/dist/uima site using 
+          <a href=" https://checker.apache.org/projs/uima.html"> https://checker.apache.org/projs/uima.html</a></li>
 
       <li>update the UIMA website docs/d with any generated docs, in a manner to 
   <a href="saving-svn-resources.html">minimize SVN space</a> use, if possible.