From owner-cvs-all Fri Mar 23 17: 8:25 2001 Delivered-To: cvs-all@freebsd.org Received: from sdmail0.sd.bmarts.com (sdmail0.sd.bmarts.com [209.247.77.155]) by hub.freebsd.org (Postfix) with ESMTP id 0D59637B71B; Fri, 23 Mar 2001 17:08:19 -0800 (PST) (envelope-from gordont@bluemtn.net) Received: from localhost (gordont@localhost) by sdmail0.sd.bmarts.com (8.11.3/8.11.2/BMA1.1) with ESMTP id f2O17OL07027; Fri, 23 Mar 2001 17:07:24 -0800 (PST) Date: Fri, 23 Mar 2001 17:07:24 -0800 (PST) From: Gordon Tetlow X-X-Sender: To: Seth Kingsley Cc: "Brett G. Lemoine" , , Subject: Re: Why not cvs-stable@freebsd.org (was Re: proposals for fixing the PROBLEM..) In-Reply-To: <20010323163104.B23438@meow.osd.bsdi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The only problem with that is all the replies get to commit messages get tossed into catch all cvs directory. Look for messages from me in hackers and stable about the same thing. I have a script to fix it. If you can't find it let me know. That said. There should be a cvs-stable mailing list. it would make life much easier. -gordon On Fri, 23 Mar 2001, Seth Kingsley wrote: > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message