public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Larry McVoy <lm@bitmover.com>
To: Dave Jones <davej@suse.de>, Thomas Molina <tmolina@cox.net>,
	linux-kernel@vger.kernel.org,
	Guillaume Boissiere <boissiere@adiglobal.com>,
	Rik van Riel <riel@conectiva.com.br>
Cc: Wayne Scott <wscott@bitmover.com>
Subject: Re: bug database/webpage
Date: Mon, 22 Jul 2002 19:17:23 -0700	[thread overview]
Message-ID: <20020722191723.C10973@work.bitmover.com> (raw)
In-Reply-To: <20020722233119.R27749@suse.de>; from davej@suse.de on Mon, Jul 22, 2002 at 11:31:19PM +0200

On Mon, Jul 22, 2002 at 11:31:19PM +0200, Dave Jones wrote:
>  > http://members.cox.net/tmolina
>  > 
>  > Would something like this be sufficient, or would a full-fledged server be 
>  > required?  Feedback/comments are welcome
> 
> Quite nice. It's a more organised version of what I had, but as the
> number of reports gets higher and higher, it could end up being as much a
> maintainence nightmare as the log I was updating.
> 
> Talking with a few folks about this problem at the summit, a few times
> jitterbug was mentioned. My faded memory doesn't recall too much about
> those days, but ultimatly it didn't work out.
> 
> I'm wondering how such a system would work out today.
> There's even possibilites for neat things like checking
> bitkeeper to automatically update status when Linus applies
> a patch, which before required interaction from Linus.

We have a bug database pretty close to being ready be shipped.  It's a 
somewhat "unique" approach, we figured out how to coax a BK repository
into looking like a database and added a layer so you can spit pseudo
SQL queries at the repository and get bug reports.  You can play with 
it at http://bitkeeper.bkbits.net/bugs.html which is actually our
live bug database so don't close bugs unless you fixed them :)

Part of the point of doing it as a BK repository was that you could
take your bugdb with you and link bugs to changesets as you create
the changesets.  If people do that, the release notes which list the
set of bugs closed by that release can be generated with a one line
command, which is a big part of what people want.

For those people who'd rather roll their own than use ours, the linkage
is done through the use of "changeset keys" which are the underlying name
for revisions.  You can dig those out with a

	"bk prs -r<rev> -nd:KEY: ChangeSet"

and there is a key2rev command which will convert them back if you like.

We can easily import any format so long as we can get at the data so if
a bugdb emerges which has the data and people no longer want to maintain
it, we'll do the import.  

Regardless of what database is used, we can provide a machine, net
connection, etc.  I think the person who did that page mentioned that
their ISP wouldn't let them host it.  If you want a kbugs.bkbits.net or
some other name, let me know, I'll get someone to set it up.  It won't
be the biggest machine in the world, probably a 400Mhz bookpc, but the
bugdb would be the only thing on it so it might be enough.  If it's not,
we'll revisit the issue.
-- 
---
Larry McVoy            	 lm at bitmover.com           http://www.bitmover.com/lm 

  reply	other threads:[~2002-07-23  2:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-22 20:59 bug database/webpage Thomas Molina
2002-07-22 21:20 ` Rik van Riel
2002-07-22 21:39   ` Adrian Bunk
2002-07-22 22:02     ` Guillaume Boissiere
2002-07-22 21:31 ` Dave Jones
2002-07-23  2:17   ` Larry McVoy [this message]
2002-07-22 21:52 ` Jose Luis Domingo Lopez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020722191723.C10973@work.bitmover.com \
    --to=lm@bitmover.com \
    --cc=boissiere@adiglobal.com \
    --cc=davej@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=riel@conectiva.com.br \
    --cc=tmolina@cox.net \
    --cc=wscott@bitmover.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox