[ On Tuesday, May 9, David Miller wrote: ]
> I love being able to track bug fixes and such via cvsup and -stable
> branches.  But it's not really an appropriate process to sup and make
> buildworld on every server in a hundred server farm.
> 
> Is there some way to roll binary only changes off one server tracking
> -stable?

Well, I don't have a farm of servers, but for my couple of machines at home, I
have a single big machine that does the buildworld and then on the other
machines I mount

  /usr/src => buildmach:/usr/src
  /usr/obj => buildmach:/usr/obj

and on the client machine:

 cd /usr/src
 make installworld

seems to work just fine. You'd also want to do a mergemaster on each machine
or if you know things have changed, you could have a nice big rcp loop or
rsync or something.

> Secondly, is there any existing method for tracking significant changes,
> for some value of significant?  My definition would be first security
> related patches and secondly stability related changes.  It would be
> really nice to seperate them into those which require relinking/rebooting
> and those which don't.
> 
> RTFM comments welcome if they have a pointer to TFM:)

Don't know about that one ...

-Jr

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| John Reynolds               WCCG, CCE, Higher Levels of Abstraction       |
| Intel Corporation   MS: CH6-210   Phone: 480-554-9092   pgr: 602-868-6512 |
| [EMAIL PROTECTED]  http://www-aec.ch.intel.com/~jreynold/      |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to