Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2001 17:07:24 -0800 (PST)
From:      Gordon Tetlow <gordont@bluemtn.net>
To:        Seth Kingsley <sethk@osd.bsdi.com>
Cc:        "Brett G. Lemoine" <bl@incyte.com>, <cvs-all@FreeBSD.ORG>, <cvs-commiters@FreeBSD.ORG>
Subject:   Re: Why not cvs-stable@freebsd.org (was Re: proposals for fixing the PROBLEM..)
Message-ID:  <Pine.BSF.4.33.0103231705330.76454-100000@sdmail0.sd.bmarts.com>
In-Reply-To: <20010323163104.B23438@meow.osd.bsdi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0103231705330.76454-100000>