rse         98/03/05 03:58:35

  Modified:    .        how-to-release.html
  Log:
  Make sure the src/test/ dir is not distributed, because first the
  src/test/README says...
  
    "This directory contains useful test code for testing various bits
    of Apache functionality.  This stuff is for the developers only,
    so we might remove it on public releases."
  
  ...and secondly it just blows up the Apache distribution tarball while perhaps
  only 1% of the users really can use it.
  
  BUT: FEEL FREE TO BACK-OUT THIS CHANGE IF YOU REALLY THINK WE NEED IT
       IN THE DISTRIBUTION TARBALL! But then please update src/test/README
       and give the user some hints on how to use it.
  
  Revision  Changes    Path
  1.29      +4 -2      apache-devsite/how-to-release.html
  
  Index: how-to-release.html
  ===================================================================
  RCS file: /export/home/cvs/apache-devsite/how-to-release.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- how-to-release.html       1998/02/24 15:04:24     1.28
  +++ how-to-release.html       1998/03/05 11:58:34     1.29
  @@ -158,10 +158,12 @@
   <LI> Create <CODE>src/Configuration</CODE> file:<BR>
        <CODE><STRONG>$ cp src/Configuration.tmpl 
src/Configuration</STRONG></CODE>
   <P>
  -<LI> Remove <CODE>STATUS</CODE>, <CODE>RULES.CVS</CODE> and
  -     <CODE>src/INDENT</CODE> file and various <CODE>.cvsignore</CODE> 
files:<BR>
  +<LI> Remove <CODE>STATUS</CODE>, <CODE>RULES.CVS</CODE>,
  +     <CODE>src/INDENT</CODE>, various <CODE>.cvsignore</CODE> files
  +     and the developer's test subdirectory:<BR>
        <CODE><STRONG>$ rm STATUS RULES.CVS src/INDENT</STRONG></CODE><BR>
        <CODE><STRONG>$ find . -name ".cvsignore" -exec rm {} \;</STRONG></CODE>
  +     <CODE><STRONG>$ rm -rf src/test</STRONG></CODE><BR>
        <UL>
        <LI><FONT COLOR="red">Note:</FONT> If you needed to do a
        <CODE>checkout</CODE> instead of a <CODE>export</CODE>, you
  
  
  

Reply via email to