This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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]

Bugzilla is working


Hi all.

I've completed the conversion from Gnats to Bugzilla.
A few notes:

* Gnats is disabled.  I did not delete the data, so if you need
  something from Gnats, we can get it.

* I had the conversion script add "[Converted from Gnats NNNN]" to
  each bug.  So, if you know the Gnats PR number, you can search for
  it easily.  Or, you can add 7105 to the Gnats PR number to get the
  bugzilla id.

* Version numbers in Gnats were extremely inconsistent.  I chose to
  let through a subset that I thought made sense.

* I have updated CVSROOT to use log_accum_bugzillified.  Commits
  mentioning bug ids should now update bugzilla.

* I have updated the gdb web pages to refer to bugzilla.  Joel, I
  would appreciate it if you could push the appended patch to the
  other web page repository.  I don't believe I have write permissions
  there.  (At least this time I knew about index.sh... :)


Please report problems to me.  I will fix them ASAP.

Tom

Index: bugs/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/bugs/index.html,v
retrieving revision 1.36
diff -u -r1.36 index.html
--- bugs/index.html	7 Aug 2007 23:48:49 -0000	1.36
+++ bugs/index.html	18 Dec 2008 16:21:32 -0000
@@ -52,7 +52,7 @@
 Please report bugs!<p>
 
 GDB has a <a
-href="http://sourceware.org/cgi-bin/gnatsweb.pl?database=gdb&user=guest&password=guest&cmd=login";>Bug
+href="http://sourceware.org/bugzilla/";>Bug
 Database</a>.  It is used to track bugs (Problem Reports or PRs) and
 enhancements (Change Requests or CRs).  In addition to problems
 encountered when running GDB, bugs include: errors or missing
@@ -73,7 +73,7 @@
 distribution.<p>
 
 Before submitting a new PR/CR, try <a
-href="http://sourceware.org/cgi-bin/gnatsweb.pl?database=gdb&user=guest&password=guest&cmd=query";>browsing</a>
+href="http://sourceware.org/bugzilla/";>browsing</a>
 the database to see if the problem has already been reported or even
 fixed.<p>
 
@@ -206,7 +206,7 @@
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2007-07-31.</p>
+<p>Last modified 2008-12-18.</p>
 </address>
 
 </body>
Index: mailing-lists/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/mailing-lists/index.html,v
retrieving revision 1.36
diff -u -r1.36 index.html
--- mailing-lists/index.html	4 May 2008 23:19:13 -0000	1.36
+++ mailing-lists/index.html	18 Dec 2008 16:21:32 -0000
@@ -73,7 +73,7 @@
 discussion should go through this list.</dd>
 
 <dt><a href="http://sourceware.org/ml/gdb-prs/"; name="gdb-prs">
-<b>gdb-prs</b></a></dt> <dd> Mailing list for discussing bug reports.
+<b>gdb-prs</b></a></dt> <dd> A read-only mailing list for bug reports.
 See the <a href="../../gdb/bugs/">Bug Database</a> for information on how to
 submit a bug.</dd>
 
@@ -175,7 +175,7 @@
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2008-05-04.</p>
+<p>Last modified 2008-12-18.</p>
 </address>
 
 </body>


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