From owner-freebsd-bugbusters@FreeBSD.ORG Sat Jun 7 16:44:21 2008 Return-Path: Delivered-To: bugbusters@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D17BB106564A; Sat, 7 Jun 2008 16:44:21 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id BAFB88FC12; Sat, 7 Jun 2008 16:44:21 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 451438C0BD; Sat, 7 Jun 2008 11:44:21 -0500 (CDT) Date: Sat, 7 Jun 2008 11:44:21 -0500 To: bugbusters@FreeBSD.org Message-ID: <20080607164421.GA9800@soaustin.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) From: linimon@lonesome.com (Mark Linimon) Cc: bugmeister@FreeBSD.org Subject: a new GNATS report, and a new script X-BeenThere: freebsd-bugbusters@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Coordination of the Problem Report handling effort." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2008 16:44:21 -0000 As documented on http://people.freebsd.org/~linimon/studies/prs, I have added a page that gathers together the well-known PRs that we keep seeing: http://people.freebsd.org/~linimon/studies/prs/well_known_prs.html This is driven off of a file ~linimon/public_html/wellknown.prs, which includes both commentary and a list of PR numbers. (The commentary is simply copied to the HTML file; any line containing only numerics is magically processed as a PR number). I am hoping that this will be a way for us to do some data-reduction, rather than trying to cross-index PRs. Please feel free to suggest more entries for wellknown.prs! Thanks to pgollucci for the Perl help. Also, per suggestion from keramida, I've added a script to freefall that picks a random PR and displays it: ~gnats/tools/show-random-pr show a random PR for and A companion script, show-random-unassigned-pr, will pick only ones for freebsd-bugs. (Note that show-random-pr patch docs will return no results; it needs work to understand that 'unassigned' is not merely 'freebsd-bugs'). mcl