From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5067 invoked by alias); 6 Jun 2013 17:05:20 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 5057 invoked by uid 89); 6 Jun 2013 17:05:20 -0000 X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 Received: from yosemite.airs.com (HELO yosemite.airs.com) (64.13.131.148) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with SMTP; Thu, 06 Jun 2013 17:05:18 +0000 Received: (qmail 14860 invoked by uid 10); 6 Jun 2013 17:05:17 -0000 Received: (qmail 2153 invoked by uid 500); 6 Jun 2013 17:05:12 -0000 From: Ian Lance Taylor To: Nicholas Mc Guire Cc: overseers@gcc.gnu.org Subject: Re: Raw DB access possible ? References: <20130606062420.GA26561@opentech.at> Date: Thu, 06 Jun 2013 17:05:00 -0000 In-Reply-To: <20130606062420.GA26561@opentech.at> (Nicholas Mc Guire's message of "Thu, 6 Jun 2013 08:24:21 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2013-q2/txt/msg00080.txt.bz2 Nicholas Mc Guire writes: > We are looking at using bug tracking data for bug prediction as well as > estimation of residual bug probability for gcc qualification. While the > current bug-tracking database interface is quite powerful nottably with > the advanced search it is not suitable for some of the correlation queries > we would like to do. Is there any chance of getting a copy of the current > raw database or some read-only raw access to the bug-tracking database ? No, sorry. The database includes user passwords and we don't have an easy way to separate them out. Ian