Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2001 16:31:04 -0800
From:      Seth Kingsley <sethk@osd.bsdi.com>
To:        "Brett G. Lemoine" <bl@incyte.com>
Cc:        Gordon Tetlow <gordont@bluemtn.net>, cvs-all@FreeBSD.ORG
Subject:   Re: Why not cvs-stable@freebsd.org (was Re: proposals for fixing the PROBLEM..)
Message-ID:  <20010323163104.B23438@meow.osd.bsdi.com>
In-Reply-To: <200103240014.QAA21726@blah.incyte.com>; from bl@incyte.com on Fri, Mar 23, 2001 at 04:14:26PM -0800
References:  <Pine.BSF.4.33.0103231516340.76454-100000@sdmail0.sd.bmarts.com> <200103240014.QAA21726@blah.incyte.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 23, 2001 at 04:14:26PM -0800, Brett G. Lemoine wrote:
> Yeah, I know I could get the equivilant with procmail, and I probably
> will when I get a spare 20 minutes to spend on it,

Try some combonation of the following:

:0:
* ^Sender: owner-cvs-all@FreeBSD.ORG
* ^Subject: cvs commit:
{
    # URLify
    PERLSCRIPT='
	while (<>) {
	    $l .= "http\:\/\/www\.FreeBSD\.org\/cgi\/cvsweb\.cgi\/$3\.diff\?\&r1\=$1\." . ($2 - 1) . "\&r2\=$1\.$2\n"
		if (/^\s+([\d,\.]+)\.(\d+)\s+\+\d+\s+\-\d+\s+(.*)/);
	    print;
	}
	print "$l\n";
    '
    :0 bf
    | perl -Te "${PERLSCRIPT}"
}

:0:
* ^Sender: owner-cvs-all
* ^Subject:( Re:)? cvs commit: ports/

cvs-ports

:0:
* ^Sender: owner-cvs-all
* ^X-FreeBSD-CVS-Branch: RELENG_.*

cvs-stable

:0:
* ^Sender: owner-cvs-all

cvs-all

-- 
|| Seth Kingsley || BSDi/Open Source Division || sethk@osd.bsdi.com ||

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?20010323163104.B23438>