Mailing List Archive

cvs commit: apache-devsite how-to-release.html
rse 98/04/14 11:54:33

Modified: . how-to-release.html
Log:
Make sure HTTP_Features.tsv is removed and the
checked-out documents have correct permissions.

Revision Changes Path
1.33 +3 -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.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- how-to-release.html 1998/04/14 14:38:40 1.32
+++ how-to-release.html 1998/04/14 18:54:33 1.33
@@ -160,10 +160,10 @@
<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>,
+<LI> Remove <CODE>STATUS</CODE>, <CODE>RULES.CVS</CODE>, <CODE>HTTP_Features.tsv</CODE>,
<CODE>src/INDENT</CODE>, various <CODE>.cvsignore</CODE> files
and the developer's test subdirectories:<BR>
- <CODE><STRONG>$ rm STATUS RULES.CVS src/INDENT</STRONG></CODE><BR>
+ <CODE><STRONG>$ rm STATUS RULES.CVS HTTP_Features.tsv src/INDENT</STRONG></CODE><BR>
<CODE><STRONG>$ find . -name ".cvsignore" -exec rm {} \;</STRONG></CODE><BR>
<CODE><STRONG>$ rm -rf src/test</STRONG></CODE><BR>
<CODE><STRONG>$ rm -rf src/modules/test</STRONG></CODE>
@@ -278,6 +278,7 @@
<P>
<LI> Update the checked-out versions of the <CODE>apache-site</CODE> documents
for the web server:<BR>
+ <CODE><STRONG>$ umask 002</STRONG></CODE><BR>
<CODE><STRONG>$ cd /pub/apache/</STRONG></CODE><BR>
<CODE><STRONG>$ cvs update index.html</STRONG></CODE><BR>
<CODE><STRONG>$ cvs update dist/index.html</STRONG></CODE>