rse         97/08/07 01:57:15

  Modified:    .         how-to-release.html
  Log:
  Fixup.
  
  Revision  Changes    Path
  1.8       +11 -7     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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- how-to-release.html       1997/08/06 20:19:03     1.7
  +++ how-to-release.html       1997/08/07 08:57:14     1.8
  @@ -49,7 +49,7 @@
        <code><b>$ cd apache_1.X.Y</b></code>
   <P>
   <LI> Create <code>src/Configuration</code> file:<br>
  -     <code><b>$ cp src/Configuration.tmpl src/Configuration</b></code>
  +     <code><b>$ cp -p src/Configuration.tmpl src/Configuration</b></code>
   <P>
   <LI> Remove <code>RULES.CVS</code> file and various <code>.cvsignore</code> 
files:<br>
        <code><b>$ rm RULES.CVS</b></code><br>
  @@ -66,19 +66,23 @@
   <P>
   <LI> Roll the tarball (with sorted files!):<br>
        <code><b>$ cd ..</b></code><br>
  -     <code><b>$ tar cvf apache_1.2.2.tar \</b></code><br>
  -     <code><b>&nbsp;&nbsp;`find apache_1.2.2 -depth -print | sort 
|\</b></code><br>
  +     <code><b>$ tar cvf apache_1.X.Y.tar \</b></code><br>
  +     <code><b>&nbsp;&nbsp;`find apache_1.X.Y -depth -print | sort 
|\</b></code><br>
        <code><b>&nbsp;&nbsp;&nbsp;perl -nle 'print $_ if -f $_;'`</b></code>
   <P>
   <LI> Make the final packed distribution files:<br>
         (<em>note: no <code>gzip -9</code> here because some Tars then don't 
like the gunzip'ed result</em>)<br>
  -     <code><b>$ gzip &lt;apache_1.2.2.tar 
&gt;apache_1.2.2.tar.gz</b></code><br>
  -     <code><b>$ compress &lt;apache_1.2.2.tar 
&gt;apache_1.2.2.tar.Z</b></code><br>
  +     <code><b>$ gzip &lt;apache_1.X.Y.tar 
&gt;apache_1.X.Y.tar.gz</b></code><br>
  +     <code><b>$ compress &lt;apache_1.X.Y.tar 
&gt;apache_1.X.Y.tar.Z</b></code><br>
  +<P>
  +<LI> Cleanup:<br>
  +     <code><b>$ rm -rf apache_1.X.Y</b></code><br>
  +     <code><b>$ rm -f apache_1.X.Y.tar</b></code><br>
   <P>
   <LI> Sign the distribution files:<br>
        (<em>note: be sure your PGP key is already in the <code>KEYS</code> 
file</em>!)<br>
  -     <code><b>$ pgp -sba apache_1.2.2.tar.gz</b></code><br>
  -     <code><b>$ pgp -sba apache_1.2.2.tar.Z</b></code><br>
  +     <code><b>$ pgp -sba apache_1.X.Y.tar.gz</b></code><br>
  +     <code><b>$ pgp -sba apache_1.X.Y.tar.Z</b></code><br>
   <P>
   <HR>
   <b>[ Only for final releases, not for internal pre-releases ]</b><br>
  
  
  

Reply via email to