From owner-freebsd-stable Thu May 11 3:49:13 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.polytechnic.edu.na (mail.polytechnic.edu.na [196.31.225.2]) by hub.freebsd.org (Postfix) with ESMTP id 7269237BA67 for ; Thu, 11 May 2000 03:48:59 -0700 (PDT) (envelope-from tim@polytechnic.edu.na) Received: from [196.31.225.199] (helo=polytechnic.edu.na) by mail.polytechnic.edu.na with esmtp (Exim 3.02 #2) id 12psOn-0005Ci-00; Thu, 11 May 2000 10:49:05 -0200 Message-ID: <391A8FB5.F43B192F@polytechnic.edu.na> Date: Thu, 11 May 2000 11:47:17 +0100 From: Tim Priebe X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Brandon D. Valentine" Cc: James Housley , freebsd-stable@FreeBSD.ORG Subject: Re: Server Farms? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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