You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2002/09/27 23:01:21 UTC

cvs commit: jakarta-commons/xdocs releases.xml

rdonkin     2002/09/27 14:01:20

  Modified:    docs     commons.html releases.html
               xdocs    releases.xml
  Log:
  Added some extra tasks to the release jobs list.
  
  Revision  Changes    Path
  1.53      +0 -21     jakarta-commons/docs/commons.html
  
  Index: commons.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/commons.html,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- commons.html	26 Sep 2002 16:08:39 -0000	1.52
  +++ commons.html	27 Sep 2002 21:01:20 -0000	1.53
  @@ -201,9 +201,7 @@
         <tr><td>
           <blockquote>
                                       <p>
  -
   The following proposals for new Commons Proper projects are currently pending :
  -
   </p>
                                                   <ul>
   
  @@ -211,44 +209,25 @@
      <b>BeanUtils Package</b> : Craig McClanahan 
    </li>
   
  -
    <li>
  -
      <b>Database Connection Pool Package</b> : Rodney Waldhoff
  -
    </li>
   
  -
  -
    <li>
  -
      <b>Object Pooling Package</b> : Rodney Waldhoff
  -
    </li>
   
  -
  -
    <li>
  -
      <b>Collections Package</b> : Rodney Waldhoff
  -
    </li>
   
  -
  -
    <li>
  -
      <b> Cactus, the renamed J2EEUnit</b> : Vincent Massol
  -
    </li>
   
  -
  -
   </ul>
                                                   <p>
  -
   Please see the jakarta-commons mail list for further details.
  -
   </p>
                               </blockquote>
           </p>
  
  
  
  1.45      +19 -5     jakarta-commons/docs/releases.html
  
  Index: releases.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/releases.html,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- releases.html	19 Sep 2002 21:04:26 -0000	1.44
  +++ releases.html	27 Sep 2002 21:01:20 -0000	1.45
  @@ -265,7 +265,7 @@
   scp commons-foo-1.2-src.* \
     xyz@jakarta.apache.org:/www/jakarta.apache.org/builds/jakarta-commons/release/commons-foo/v1.2/
   </pre>
  -Please make sure that the files you copy are group writable.</li>
  +Please make sure that the files you copy are group writable.<br /></li>
   
         <li>Follow standard procedures to update the Jakarta web site (stored in
             CVS repository <code>jakarta-site2</code> to reflect the availability
  @@ -307,7 +307,7 @@
             <br />
             </li>
             
  -<li>Update the pertinent documents in the jakarta-commons/xdocs CVS and then build the docs by running ant.  These pages will probably include components.xml and foo.xml.  CVS commit, then if you have an account on daedalus, udpate the commons website with a cvs udpate in /www/jakarta.apache.org/commons.</li>
  +<li>Update the pertinent documents in the jakarta-commons/xdocs CVS and then build the docs by running ant.  These pages will probably include components.xml and foo.xml.  CVS commit, then if you have an account on daedalus, update the commons website with a cvs udpate in /www/jakarta.apache.org/commons.<br /></li>
   
         <li>Announce the availability of the new package on (at least) the
             following mailing lists:
  @@ -315,9 +315,23 @@
             <li>announcements@jakarta.apache.org</li>
             <li>commons-dev@jakarta.apache.org</li>
             <li>commons-user@jakarta.apache.org</li>
  -          </ul><br /><br /></li>
  +          </ul><br /></li>
   
  -    </ol>
  +<li>Ensure that the pertinent documents in the component's home directory are updated to reflect the new release.
  +In particular :
  +    <ul>
  +    <li>In <strong>STATUS.html</strong>:
  +        <ul>
  +        <li>Update <code>Release Info</code> section</li>
  +        <li>Ensure <code>Dependencies</code> is correct</li>
  +        <li>Ensure completed tasks are removed from <code>To Do</code> list</li>
  +        </ul>
  +    </li>
  +    <li>Update build with new current version</li>
  +    </ul>
  +<br /></li>
  +<li>Check in bugzilla for all bugs which have been marked <code>LATER</code> and update their status appropriately.<br /><br /></li>
  +</ol>
                                                   <p><b>For Collections:</b></p>
                                                   <ol>
       
  @@ -372,7 +386,7 @@
   cvs update
   </pre></li>      
   
  -      <li>Follow steps 10-11 above.</li>
  +      <li>Follow steps 10+ above.</li>
         
       </ol>
                               </blockquote>
  
  
  
  1.9       +19 -5     jakarta-commons/xdocs/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/releases.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- releases.xml	13 Aug 2002 17:29:33 -0000	1.8
  +++ releases.xml	27 Sep 2002 21:01:20 -0000	1.9
  @@ -106,7 +106,7 @@
   scp commons-foo-1.2-src.* \
     xyz@jakarta.apache.org:/www/jakarta.apache.org/builds/jakarta-commons/release/commons-foo/v1.2/
   </pre>
  -Please make sure that the files you copy are group writable.</li>
  +Please make sure that the files you copy are group writable.<br/></li>
   
         <li>Follow standard procedures to update the Jakarta web site (stored in
             CVS repository <code>jakarta-site2</code> to reflect the availability
  @@ -148,7 +148,7 @@
             <br/>
             </li>
             
  -<li>Update the pertinent documents in the jakarta-commons/xdocs CVS and then build the docs by running ant.  These pages will probably include components.xml and foo.xml.  CVS commit, then if you have an account on daedalus, udpate the commons website with a cvs udpate in /www/jakarta.apache.org/commons.</li>
  +<li>Update the pertinent documents in the jakarta-commons/xdocs CVS and then build the docs by running ant.  These pages will probably include components.xml and foo.xml.  CVS commit, then if you have an account on daedalus, update the commons website with a cvs udpate in /www/jakarta.apache.org/commons.<br/></li>
   
         <li>Announce the availability of the new package on (at least) the
             following mailing lists:
  @@ -156,9 +156,23 @@
             <li>announcements@jakarta.apache.org</li>
             <li>commons-dev@jakarta.apache.org</li>
             <li>commons-user@jakarta.apache.org</li>
  -          </ul><br/><br/></li>
  +          </ul><br/></li>
   
  -    </ol>
  +<li>Ensure that the pertinent documents in the component's home directory are updated to reflect the new release.
  +In particular :
  +    <ul>
  +    <li>In <strong>STATUS.html</strong>:
  +        <ul>
  +        <li>Update <code>Release Info</code> section</li>
  +        <li>Ensure <code>Dependencies</code> is correct</li>
  +        <li>Ensure completed tasks are removed from <code>To Do</code> list</li>
  +        </ul>
  +    </li>
  +    <li>Update build with new current version</li>
  +    </ul>
  +<br/></li>
  +<li>Check in bugzilla for all bugs which have been marked <code>LATER</code> and update their status appropriately.<br/><br/></li>
  +</ol>
       
       <p><b>For Collections:</b></p>
       
  @@ -215,7 +229,7 @@
   cvs update
   </pre></li>      
   
  -      <li>Follow steps 10-11 above.</li>
  +      <li>Follow steps 10+ above.</li>
         
       </ol>
     
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>