From owner-freebsd-bugbusters@FreeBSD.ORG Sat Apr 19 06:41:38 2008 Return-Path: Delivered-To: freebsd-bugbusters@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B22A41065671 for ; Sat, 19 Apr 2008 06:41:38 +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 990908FC12 for ; Sat, 19 Apr 2008 06:41:38 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 266D68C0A6; Sat, 19 Apr 2008 01:16:05 -0500 (CDT) Date: Sat, 19 Apr 2008 01:16:05 -0500 To: freebsd-bugbusters@FreeBSD.org Message-ID: <20080419061605.GA28674@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: some new GNATS reports are available 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, 19 Apr 2008 06:41:38 -0000 I've been doing some work to convert some of our weekly email reports to HTML form. I have not yet done the work to convert them to .cgi form; consider these to be prototypes so that we can figure out if they are useful. Currently I am generating them once a day. They are located at http://people.freebsd.org/~linimon/studies/prs/. In order, they are: - New PRs in the last day, week, and month; - PRs in the feedback state which may be stale; - PRs recommended for committer evaluation by the bugbusting team; - PRs sorted by tag (warning: quite large); - PRs which may have already been commited. All but the "new PRs" and "already been committed" reports alredady exist in email form. The "new PRs" reports are self-explanatory. For "staleness" I am using "in feedback state for 2 months". The idea is to try to find PRs in which we asked for feedback and never got any. It will probably include false positives. The "recommended" list is generated from a static file that I maintain, and which people may add suggestions to. The idea is that we can flag a small subset of PRs to point committers to. The "sorted by tag" report is a proof-of-concept; it is clear to me that without the ability to browse by single tag, the page is simply too large. The "already been committed" report looks for the magic string "dfilter@ FreeBSD.org", which is the From address of email generated by our CVS scripts if a reference to a PR is found in the commit message. In some cases these PRs indicate that an MFC may be needed; in others, the MFC may have already happened (or is not possible for some reason) and thus the PR can be closed. This is all work-in-progress, intended to generate discussion. Feedback welcome. mcl