public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Raw data from dedicated kernel bug database
@ 2003-01-01 19:40 Larry McVoy
  2003-01-01 20:06 ` John Bradford
  2003-01-01 21:30 ` Martin J. Bligh
  0 siblings, 2 replies; 12+ messages in thread
From: Larry McVoy @ 2003-01-01 19:40 UTC (permalink / raw)
  To: Martin J. Bligh; +Cc: Hanna Linder, Eli Carter, Randy.Dunlap, linux-kernel

What are the chances that the raw data from the kernel bugdb could be
made available?  I bet Bradford wants it and I know I want.  We are 
working on an integrated bugdb for BitKeeper and it would be cool if
we could track the real db at osdl.  

The advantage of having the data available is that for the BK kernel
users we could give them access to the bugdb while they are doing 
checkins so that the developers link the changes to the bugs as they
do the fixes, which is a good time to do it.  

To calm any fears that we are trying to take over the bugdb, we're not.
We just want to track it.  Any changes made in a BK bugdb are trivially
exportable to an external format and if the need arises we'll work with
IBM/OSDL to make that happen.  In fact, we can automate it.


Getting back to the data, the ideal raw data format for us would be

	for bug in `cat list-o-bugs`
	do	for field in `cat list-o-fields`
		do	extract $field from $bug into $bug.$field
			set-timestamp \
			    of $bug.$field \
			    to date that $bugd.$field was created/updated
		done
	done

I'm not sure if the fields are all self-contained.  For example, the updates
are done by someone, is that someone part of the data or is it "metadata".
What about state transitions (open -> closed)?

The other alternative is to make the whole infrastructure available as 
tarball, the mysql db et al, so that someone could slurp that down and
poke at it locally.

Any chance of this?  I'd much appreciate it.
-- 
---
Larry McVoy            	 lm at bitmover.com           http://www.bitmover.com/lm 

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-01-02 17:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-01 19:40 Raw data from dedicated kernel bug database Larry McVoy
2003-01-01 20:06 ` John Bradford
2003-01-01 21:30 ` Martin J. Bligh
2003-01-01 22:15   ` Larry McVoy
2003-01-02  0:32     ` Martin J. Bligh
2003-01-02  2:03     ` Alan Cox
2003-01-02  0:38       ` Timothy D. Witham
2003-01-02  2:16         ` Larry McVoy
2003-01-02  2:39       ` Martin J. Bligh
2003-01-02  2:56         ` Larry McVoy
2003-01-02  5:12           ` Martin J. Bligh
2003-01-02 16:15           ` Timothy D. Witham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox