Date: Thu, 11 May 2000 11:47:17 +0100 From: Tim Priebe <tim@polytechnic.edu.na> To: "Brandon D. Valentine" <bandix@looksharp.net> Cc: James Housley <jim@thehousleys.net>, freebsd-stable@FreeBSD.ORG Subject: Re: Server Farms? Message-ID: <391A8FB5.F43B192F@polytechnic.edu.na> References: <Pine.BSF.4.21.0005101622080.39184-100000@turtle.looksharp.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Rather than having everyone receiving all cvs-all messages, why not create a mail address that filters all mail received from cvs-all by branch, and sends them to the apropriate list. Create the lists, and add this address to the cvs-all list, and you have a functioning list per branch. The total work involved must be less than everyone doing it individually. Tim. "Brandon D. Valentine" wrote: > On Sun, 30 Apr 2000, James Housley wrote: > > >At least one person, sorry I forget who, posted that they use procmail > >to filter it out. I and probably others use procmail, but at the > >simplest level. Would someone be willing to post the portion they use > >to process -stable from cvs-all > >Keywords for searching: procmail cvs stable commit > > Absolutely, you're not the only person to ask this, several others > mailed me in private asking how to do it. Try the following recipe to > catch all RELENG_4 commits: > > :0B: > * ^Sender:.*owner-cvs-all@FreeBSD.ORG > * ^.*(Branch: RELENG_4) > fbsd-cvs-releng4 > > Obviously you can change the folder name to wherever you would prefer > the messages to land. Here's one to catch commits to RELENG_4 *and* > RELENG_3: > > :0B: > * ^Sender:.*owner-cvs-all@FreeBSD.ORG > * ^.*(Branch: RELENG_4)|.*(Branch: RELENG_3) > fbsd-cvs-stable > > Or say you only wanted stable, kernel commits: > > :0B: > * ^Sender:.*owner-cvs-all@FreeBSD.ORG > * ^.*(Branch: RELENG_4)|.*(Branch: RELENG_3) > * ^Subject:.*cvs commit: src/sys > fbsd-cvs-stable-sys > > You get the idea. > > Brandon D. Valentine > -- > bandix@looksharp.net Illegitimi non carborundum. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?391A8FB5.F43B192F>