jim 98/02/08 07:23:37
Modified: . how-to-release.html
Log:
info about pre-release tarball
Revision Changes Path
1.22 +15 -0 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.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- how-to-release.html 1998/01/27 07:52:00 1.21
+++ how-to-release.html 1998/02/08 15:23:36 1.22
@@ -158,6 +158,21 @@
<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 tarball available for testing purposes:<br>
+ <code><b>$ cp apache_1.X.Y.tar.gz /pub/httpd/dist</b></code><br>
+ <code><b>$ cp apache_1.X.Y.tar.gz.asc /pub/httpd/dist</b></code><br>
+ <code><b>$ cp apache_1.X.Y.tar.Z /pub/httpd/dist</b></code><br>
+ <code><b>$ cp apache_1.X.Y.tar.Z.asc /pub/httpd/dist</b></code><br>
+ <UL>
+ <LI><FONT COLOR="red">Note:</FONT> If rolling the tarball
+ remotely, you should use <code>scp</code> to place them
+ in <code>dev.apache.org</code> in the <code>/pub/httpd/dist</code>
+ directory.
+ </UL>
+ <P>
+ <em><FONT COLOR="red">Note:</FONT> Do not continue with the rest of
+ these instructions until the group approves the tarball !</em>
+<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>