jim 97/10/17 15:45:43
Modified: . how-to-release.html
Log:
More detail: edit index.html, README.html
Revision Changes Path
1.17 +20 -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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- how-to-release.html 1997/10/17 20:59:35 1.16
+++ how-to-release.html 1997/10/17 22:45:43 1.17
@@ -41,14 +41,17 @@
<li>Once built, <code>Announcement</code> should be
posted to the following places:
<ul>
- <li>UseNet newsgroups
+ <li>Unmoderated UseNet newsgroups (should be crossposted)
<ul>
- <li><code>comp.infosystems.www.announce</code>
<li><code>comp.infosystems.www.servers.unix</code>
<li><code>comp.infosystems.www.servers.ms-windows</code>
<li><code>comp.infosystems.www.servers.misc</code>
<li><code>de.comm.infosystems.www.servers</code>
</ul>
+ <li>Moderated UseNet newsgroups (do <b>not</b> crosspost)
+ <ul>
+ <li><code>comp.infosystems.www.announce</code>
+ </ul>
<li>Mailing Lists
<ul>
<li><code>[EMAIL PROTECTED]</code>
@@ -129,6 +132,21 @@
(<em>note: be sure your PGP key is already in the <code>KEYS</code>
file</em>!)<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>
+<LI> Make the distribution available:<br>
+ <code><b>$ cp apache_1.X.Y.tar.gz /pub/apache/dist</b></code><br>
+ <code><b>$ cp apache_1.X.Y.tar.gz.asc /pub/apache/dist</b></code><br>
+ <code><b>$ cp apache_1.X.Y.tar.Z /pub/apache/dist</b></code><br>
+ <code><b>$ cp apache_1.X.Y.tar.Z.asc /pub/apache/dist</b></code><br>
+<P>
+<LI> Adjust the README.html file as required:<br>
+ <code><b>$ vi /pub/apache/dist/README.html</b></code><br>
+<P>
+<LI> Adjust the Apache index.html file as required:<br>
+ <ol>
+ <li>Edit <code>index.html</code> from <code>apache-site</code> CVS tree
+ <li><code>commit</code> the changes
+ </ol>
<P>
<HR>
<b>[ Only for final releases, not for internal pre-releases ]</b><br>