Mark Mitchell wrote:
Andrew Pinski wrote:
On Sun, 2006-10-22 at 12:58 +0000, Joseph S. Myers wrote:
All the bugs with "4.2" in their summaries ("[4.1/4.2 Regression]"
etc.) need to have it changed to "4.2/4.3". I don't know the
procedure for this, but perhaps it needs adding to the branching
checklist.
As I understand it, it involves editing the mysql database by hand (well
by a script) instead of doing it inside bugzilla. Daniel Berlin has
done that the last couple of releases.
I have checked in the attached patch to add this step to the branching
checklist. I will now ask Daniel to help with the SQL bits.
Sorry, here's the patch.
--
Mark Mitchell
CodeSourcery
[EMAIL PROTECTED]
(650) 331-3385 x713
Index: branching.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/branching.html,v
retrieving revision 1.24
diff -c -5 -p -r1.24 branching.html
*** branching.html 21 Sep 2006 14:17:36 -0000 1.24
--- branching.html 23 Oct 2006 19:49:16 -0000
*************** milestone for 3.4.1 for PRs that can't b
*** 73,81 ****
--- 73,85 ----
<li>Update the email parsing script to handle bugs against the new versions.
The script is 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>
+
</ol>
</body>
</html>