From owner-cvs-src@FreeBSD.ORG Mon Apr 2 18:42:30 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 26E2A16A401; Mon, 2 Apr 2007 18:42:30 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id D491B13C45D; Mon, 2 Apr 2007 18:42:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l32IffCb037852; Mon, 2 Apr 2007 12:41:41 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 02 Apr 2007 12:41:44 -0600 (MDT) Message-Id: <20070402.124144.1021575534.imp@bsdimp.com> To: gabor@freebsd.org From: "M. Warner Losh" In-Reply-To: <461113BA.2030302@FreeBSD.org> References: <200704021131.l32BVIh3010519@repoman.freebsd.org> <20070402113612.GA85689@nagual.pp.ru> <461113BA.2030302@FreeBSD.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 02 Apr 2007 12:41:42 -0600 (MDT) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, ache@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/misc committers-doc.dot committers-ports.dot committers-src.dot X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2007 18:42:30 -0000 In message: <461113BA.2030302@FreeBSD.org> Gabor Kovesdan writes: : Andrey Chernov schrieb: : > On Mon, Apr 02, 2007 at 11:31:18AM +0000, Gabor Kovesdan wrote: : > : >> gabor 2007-04-02 11:31:18 UTC : >> : >> FreeBSD src repository (doc,ports committer) : >> : >> Modified files: : >> share/misc committers-doc.dot committers-ports.dot : >> committers-src.dot : >> Log: : >> - Add some comments what these files are for and how one can generate the : >> graphical output : >> : > : > Is it not generated automatically yet for some www.freebsd.org/* : > commiters page? : > : > : No. I would like to find out something for this, but I don't know how I : could do it, I'll investigate if I have some time, but those files are : still pretty incomplete, so I think we should make it as complete as it : can be first. And as far as generating these files from our cvs history, that would be, ummm, a big challanage... Reconstructing the mentor relationships can be kinda hard, and there was no formalized mentoring done prior to about 2001 or 2002. Plus there's 3 files to get data from, two of which are only 'kind of' available. I started to write something, but quickly gave up due to the extreme irregularity of the data... Warner