rse 97/08/06 13:13:19
Modified: . how-to-release.html
Log:
Added some suggestions by Marc.
Revision Changes Path
1.6 +5 -4 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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- how-to-release.html 1997/08/06 07:46:40 1.5
+++ how-to-release.html 1997/08/06 20:13:18 1.6
@@ -33,7 +33,7 @@
something like <code>printf("%d%02d%02d%02d", major, minor, bugfix,
betaseq)</code>.<br>
<code><b>$ vi src/httpd.h</b></code><br>
- <code><b>$ cvs ci src/httpd.h</b></code>
+ <code><b>$ cvs commit src/httpd.h</b></code>
<P>
<LI> Tag the sources for this release:<br>
(<i>note: be sure to tag the whole thing, not just
<code>src</code></i>!)<br>
@@ -44,7 +44,7 @@
<P>
<P>
<LI> Make an export version of the distribution:<br>
- <code><b>$ cd /tmp</b></code><br>
+ <code><b>$ umask 022</b></code><br>
<code><b>$ cvs export -r APACHE_1_X_Y -d apache_1.X.Y
apache</b></code><br>
<code><b>$ cd apache_1.X.Y</b></code>
<P>
@@ -71,7 +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
>apache_1.2.2.tar.gz</b></code><br>
+ <code><b>$ gzip <apache_1.2.2.tar
>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 <apache_1.2.2.tar
>apache_1.2.2.tar.Z</b></code><br>
<P>
<LI> Sign the distribution files:<br>
@@ -87,7 +88,7 @@
``<code>Apache/1.X.(Y+1)-dev</code>'' and change
<code>APACHE_RELEASE</code> to <code>1XX(YY+1)01</code>.<br>
<code><b>$ vi src/httpd.h</b></code><br>
- <code><b>$ cvs ci src/httpd.h</b></code>
+ <code><b>$ cvs commit src/httpd.h</b></code>
</OL>
</BLOCKQUOTE>