From owner-cvs-all Tue Feb 11 18:50:46 2003 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id D3D9637B401; Tue, 11 Feb 2003 18:50:44 -0800 (PST) Date: Tue, 11 Feb 2003 20:50:44 -0600 From: Juli Mallett To: Kris Kennaway Cc: Mike Barcroft , Dag-Erling Smorgrav , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/tinderbox Makefile tinderbox.pl Message-ID: <20030211205044.A60350@FreeBSD.org> References: <200302112217.h1BMHnpu075650@repoman.freebsd.org> <20030211172202.I40864@espresso.q9media.com> <20030212003341.GA30639@rot13.obsecurity.org> <20030211190145.B48782@FreeBSD.org> <20030212023828.GB31134@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030212023828.GB31134@rot13.obsecurity.org>; from kris@obsecurity.org on Tue, Feb 11, 2003 at 06:38:28PM -0800 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Kris Kennaway [ Data: 2003-02-11 ] [ Subjecte: Re: cvs commit: src/tools/tools/tinderbox Makefile tinderbox.pl ] > > If you have a list of the files which changed, intercepting the commit > > mail doesn't even need done (that'd be the most obvious way to track > > both deltas and committers), "ident" should spit out $FreeBSD$ in most > > cases, in others, "cvs status" maybe? > > Unfortunately 'cvs status' doesn't display a username. You'd have to > parse 'cvs log', I suppose. cvs log -rrevision file | \ perl -pe 'my ($author) = /author: [^;]+;/; print $author . "\n";' Not too much parse trouble. -- Juli Mallett AIM: BSDFlata -- IRC: juli on EFnet OpenDarwin, Mono, FreeBSD Developer ircd-hybrid Developer, EFnet addict FreeBSD on MIPS-Anything on FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message