Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2000 10:14:46 -0400
From:      James Housley <jim@thehousleys.net>
To:        "Brandon D. Valentine" <bandix@looksharp.net>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Server Farms?
Message-ID:  <391AC056.EC76DB69@thehousleys.net>
References:  <Pine.BSF.4.21.0005101622080.39184-100000@turtle.looksharp.net>

next in thread | previous in thread | raw e-mail | index | archive | help
"Brandon D. Valentine" wrote:
> 
> 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:
> 
> 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

And if you only wanted RELENG_3 AND RELENG_4 and wanted to delete the
rest you could do: 

:0B:
* ^Sender:.*owner-cvs-all@FreeBSD.ORG
* ^.*(Branch: RELENG_4)|.*(Branch: RELENG_3)
fbsd-cvs-stable

:0:
* ^Sender:.*owner-cvs-all@FreeBSD.ORG
/dev/null
 
Jim

-- 
microsoft: "where do you want to go today?"
linux:     "where do you want to go tomorrow?"
BSD:       "are you guys coming, or what?"


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?391AC056.EC76DB69>