You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@hyperreal.org on 1998/06/06 16:03:50 UTC

cvs commit: apache-devsite how-to-release.html

brian       98/06/06 07:03:50

  Modified:    .        how-to-release.html
  Log:
  Expanding the tree out isn't a good idea for a number of reasons - the
  mirror sites end up having to pull down a lot of files, there's no
  guarantee the tree will be around forever so building links to it is
  not a good idea, and all the files can be accessed anyways through cvsweb.cgi.
  
  Revision  Changes    Path
  1.40      +0 -6      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.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- how-to-release.html	1998/05/22 00:31:14	1.39
  +++ how-to-release.html	1998/06/06 14:03:50	1.40
  @@ -280,12 +280,6 @@
        <CODE><STRONG>$ cvs update index.html</STRONG></CODE><BR>
        <CODE><STRONG>$ cvs update dist/index.html</STRONG></CODE>
   <P>
  -<LI> Make an extracted version of the distribution available for
  -     browsing by the user and for source-tree hyperlinks in
  -     the Announcement posting:<BR>
  -     <CODE><STRONG>$ cd dist</STRONG></CODE><BR>
  -     <CODE><STRONG>$ gunzip &lt;apache_1.X.Y.tar.gz | tar xvf -</STRONG></CODE>
  -<P>
   <LI> Create an empty directory for future patches:<BR>
        <CODE><STRONG>$ mkdir patches/apply_to_1.X.Y</STRONG></CODE>
   </OL>