rse         97/08/06 13:19:03

  Modified:    .         how-to-release.html
  Log:
  Just some layout adjustments.
  
  Revision  Changes    Path
  1.7       +2 -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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- how-to-release.html       1997/08/06 20:13:18     1.6
  +++ how-to-release.html       1997/08/06 20:19:03     1.7
  @@ -71,12 +71,12 @@
        <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>
  -      (note: no <code>-9</code> here because some Tars then don't like the 
gunzip'ed result)<br>
        <code><b>$ compress &lt;apache_1.2.2.tar 
&gt;apache_1.2.2.tar.Z</b></code><br>
   <P>
   <LI> Sign the distribution files:<br>
  -     (<i>note: be sure your PGP key is already in the <code>KEYS</code> 
file</i>!)<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>
   <P>
  
  
  

Reply via email to