This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[www-patch] releasing.html: Remove step to updateftp/pub/gcc/releases/index.html


Now that ftp://gcc.gnu.org/pub/gcc/releases/index.html is gone
(see http://gcc.gnu.org/ml/gcc/2004-11/msg00949.html )
we don't need to update that file when spinning a release any more.

The following patch removes this step from releasing.html
and adjusts the numbers of the other steps.

Checked as valid XHTML.
Pre-approved by Gerald iin private mail.
Committed.

Regards,
Volker


Index: releasing.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/releasing.html,v
retrieving revision 1.21
diff -u -r1.21 releasing.html
--- releasing.html	9 Nov 2004 09:14:51 -0000	1.21
+++ releasing.html	25 Nov 2004 10:45:50 -0000
@@ -47,15 +47,13 @@
 
 <li>Upload the release to ftp.gnu.org.</li>
 
-<li>Update <code>~ftp/pub/gcc/releases/index.html</code>.</li>
-
 <li>Remove pre-release sources from gcc.gnu.org:~ftp/pub/gcc/.</li> 
 </ol>
 
 
 <h2>Web Site Updates</h2>
 
-<ol start="8">
+<ol start="7">
 <li>Update the <code>releases.html</code> and <code>develop.html</code>
 web pages.</li>
 
@@ -82,7 +80,7 @@
 
 <h2>Announcements</h2>
 
-<ol start="14">
+<ol start="13">
 <li>Announce the release to the gcc-announce@gcc.gnu.org and gcc@gcc.gnu.org
 mailing lists.
 <ul>
@@ -102,7 +100,7 @@
 
 <h2>Bugzilla Updates</h2>
 
-<ol start="17">
+<ol start="16">
 <li>Create a new version in Bugzilla corresponding to the new branch
 version.  This can be accomplished by choosing products, choosing gcc,
 and editing the versions.  Please do <strong>not</strong> delete old 
===================================================================



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]