diff mbox

[wwwdocs] PATCH for Re: [PATCH] Remove gccbug

Message ID alpine.LNX.2.00.1010260031470.27082@pulcherrima.dbai.tuwien.ac.at
State New
Headers show

Commit Message

Gerald Pfeifer Oct. 25, 2010, 10:34 p.m. UTC
On Mon, 25 Oct 2010, Joseph S. Myers wrote:
> No, because this is nothing to do with the version of GCC.  The script in 
> question no longer exists in the current installation; the CVS repository 
> directory for Bugzilla is no longer in place; if the gccbug removal patch 
> hasn't been backported to the actice release branches it should be; and 
> both releasing.html and branching.html have/had references to this 
> contrib/ script that should go away.

Oh, you're right of course!  I pushed the following on top of my previous
change.

Andi, are you doing the backport of the removal patch to the 4.5, 4.4
and 4.3 branches?

Gerald

Comments

Andi Kleen Oct. 25, 2010, 10:59 p.m. UTC | #1
> Andi, are you doing the backport of the removal patch to the 4.5, 4.4
> and 4.3 branches?

I'm not sure that has been approved?

-Andi
Gerald Pfeifer Oct. 27, 2010, 1:50 p.m. UTC | #2
On Tue, 26 Oct 2010, Andi Kleen wrote:
>> Andi, are you doing the backport of the removal patch to the 4.5, 4.4
>> and 4.3 branches?
> I'm not sure that has been approved?

Well, I think it's kind of obvious that we need this for the receiver
side of reports submitted via gccbug does not exist any more.  We cannot
remove that script from existing releases and installations but should
make sure any future ones (even from older release branches) avoid that.

Gerald
diff mbox

Patch

Index: branching.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/branching.html,v
retrieving revision 1.28
diff -u -r1.28 branching.html
--- branching.html	25 Oct 2010 20:32:57 -0000	1.28
+++ branching.html	25 Oct 2010 22:32:26 -0000
@@ -71,11 +71,6 @@ 
 release on the branch.  For example, when branching 3.4, create a
 milestone for 3.4.1 for PRs that can't be fixed in time for 3.4.0.</li>
 
-<li>For versions of GCC before 4.6.0, update the email parsing script
-in CVS at <code>wwwdocs/bugzilla/contrib/bug_email.pl</code>. 
-Search for an existing version (like "3.3"), and update both places
-it occurs to handle the new version through copy and paste.</li>
-
 <li>Ask Daniel Berlin to adjust all PRs with the just-branched version
 in their summary to also contain the new version corresponding to
 mainline.</li>