* Bugzilla is working
@ 2008-12-18 16:36 Tom Tromey
2008-12-18 18:02 ` Joel Brobecker
0 siblings, 1 reply; 5+ messages in thread
From: Tom Tromey @ 2008-12-18 16:36 UTC (permalink / raw)
To: GDB Development; +Cc: Joel Brobecker
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>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bugzilla is working
2008-12-18 16:36 Bugzilla is working Tom Tromey
@ 2008-12-18 18:02 ` Joel Brobecker
2008-12-18 18:37 ` Tom Tromey
0 siblings, 1 reply; 5+ messages in thread
From: Joel Brobecker @ 2008-12-18 18:02 UTC (permalink / raw)
To: Tom Tromey; +Cc: GDB Development
> * 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... :)
Updated.
We should give you permission, though. You need to create an account
on http://savanah.gnu.org, and then you need to upload your SSH public
key. Once you've done that, you need to be added to the GDB project:
https://savannah.gnu.org/projects/gdb
I think only the Admin can do that (Andrew). Can we have more than
one admin? It'd make sense to have someone else, given that Andrew
hasn't been very active on GDB for a long while, now.
(or perhaps, what we need to do is to find a way to have only one CVS)
--
Joel
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Bugzilla is working
2008-12-18 18:02 ` Joel Brobecker
@ 2008-12-18 18:37 ` Tom Tromey
2008-12-19 5:41 ` Joel Brobecker
2009-06-05 22:23 ` Gerald Pfeifer
0 siblings, 2 replies; 5+ messages in thread
From: Tom Tromey @ 2008-12-18 18:37 UTC (permalink / raw)
To: Joel Brobecker; +Cc: GDB Development, Gerald Pfeifer
>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:
Joel> We should give you permission, though. You need to create an
Joel> account on http://savanah.gnu.org, and then you need to upload
Joel> your SSH public key.
I'm already there, as "tromey".
Joel> (or perhaps, what we need to do is to find a way to have only one CVS)
Let's do this.
I've CC'd Gerald Pfeifer on the theory that I believe he knows how
this is done for GCC. Gerald -- we'd like to have the gdb web pages
automatically sync'd to gnu.org. How did you get this set up for GCC?
Tom
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bugzilla is working
2008-12-18 18:37 ` Tom Tromey
@ 2008-12-19 5:41 ` Joel Brobecker
2009-06-05 22:23 ` Gerald Pfeifer
1 sibling, 0 replies; 5+ messages in thread
From: Joel Brobecker @ 2008-12-19 5:41 UTC (permalink / raw)
To: Tom Tromey; +Cc: GDB Development, Gerald Pfeifer
> I've CC'd Gerald Pfeifer on the theory that I believe he knows how
> this is done for GCC. Gerald -- we'd like to have the gdb web pages
> automatically sync'd to gnu.org. How did you get this set up for GCC?
And while we're at it, how about converting htdocs to SVN?
--
Joel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bugzilla is working
2008-12-18 18:37 ` Tom Tromey
2008-12-19 5:41 ` Joel Brobecker
@ 2009-06-05 22:23 ` Gerald Pfeifer
1 sibling, 0 replies; 5+ messages in thread
From: Gerald Pfeifer @ 2009-06-05 22:23 UTC (permalink / raw)
To: Tom Tromey; +Cc: Joel Brobecker, GDB Development
[ Sorry guys, somehow I missed this since it came to my work address
which I don't use for my free software work that I do on my own time. ]
On Thu, 18 Dec 2008, Tom Tromey wrote:
> I've CC'd Gerald Pfeifer on the theory that I believe he knows how
> this is done for GCC. Gerald -- we'd like to have the gdb web pages
> automatically sync'd to gnu.org. How did you get this set up for GCC?
I worked with the FSF sysadmin who then set up a nightly cronjob that
(a) "cvs update" the GCC web page from our repo at gcc.gnu.org, and
(b) runs the wwwdocs/bin/preprocess script as we are running it on
gcc.gnu.org, too.
If the GDB web pages do not need any pre/postprocessing, that will
make things even easier and a simple daily update would work?
I tried to find some of the details in my mailbox and failed so far,
but if this is still of interest let me know and I can try to dig a
bit deeper.
Gerald
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-06-05 22:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-18 16:36 Bugzilla is working Tom Tromey
2008-12-18 18:02 ` Joel Brobecker
2008-12-18 18:37 ` Tom Tromey
2008-12-19 5:41 ` Joel Brobecker
2009-06-05 22:23 ` Gerald Pfeifer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox