From owner-freebsd-bugbusters@FreeBSD.ORG Sat Sep 1 18:32:48 2007 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 049DE16A477 for ; Sat, 1 Sep 2007 18:32:48 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id E515813C457 for ; Sat, 1 Sep 2007 18:32:47 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 80CE12DA3; Sat, 1 Sep 2007 12:10:27 -0500 (CDT) Date: Sat, 1 Sep 2007 12:10:27 -0500 To: Craig Rodrigues Message-ID: <20070901171027.GA18385@soaustin.net> References: <20070901162544.GA8837@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070901162544.GA8837@crodrigues.org> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-bugbusters@freebsd.org Subject: Re: Where to find FreeBSD scripts which interface with GNATS? 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, 01 Sep 2007 18:32:48 -0000 On Sat, Sep 01, 2007 at 12:25:44PM -0400, Craig Rodrigues wrote: > Is there some place in CVS where I can find > the scripts which interface with GNATS? > > For example: > - the script which parses checkin comments looking > for "PR:" and then sends a bug followup message. That's part of the GNATS source code itself. > - any scripts that the ports team uses for auto-assignment, statistics > gathering, etc. The auto-assignment script is edwin@FreeBSD.org. The statistics page (http://people.freebsd.org/~bsd/prstats) is generated by bsd@ but it is in some kind of database language. All the scripts that generate the pointyhat pages are in ports/Tools/portbuild/scripts. mcl