Date: Tue, 11 Feb 2003 20:50:44 -0600 From: Juli Mallett <jmallett@FreeBSD.org> To: Kris Kennaway <kris@obsecurity.org> Cc: Mike Barcroft <mike@FreeBSD.org>, Dag-Erling Smorgrav <des@FreeBSD.org>, 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> In-Reply-To: <20030212023828.GB31134@rot13.obsecurity.org>; from kris@obsecurity.org on Tue, Feb 11, 2003 at 06:38:28PM -0800 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>
next in thread | previous in thread | raw e-mail | index | archive | help
* De: Kris Kennaway <kris@obsecurity.org> [ 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 <jmallett@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030211205044.A60350>