rse 97/08/06 00:40:11
Modified: . how-to-release.html
Log:
Ops, after gzip the .tar is gone ;-)
Revision Changes Path
1.4 +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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- how-to-release.html 1997/08/06 07:35:53 1.3
+++ how-to-release.html 1997/08/06 07:40:10 1.4
@@ -71,8 +71,8 @@
<code><b> perl -nle 'print $_ if -f $_;'`</b></code>
<P>
<LI> Make the final packed distribution files:<br>
- <code><b>$ gzip -9 apache_1.2.2.tar</b></code><br>
- <code><b>$ compress apache_1.2.2.tar</b></code><br>
+ <code><b>$ gzip -9 <apache_1.2.2.tar >apache_1.2.2.tar.gz</b></code><br>
+ <code><b>$ compress <apache_1.2.2.tar >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>