Spruell, Darren-Perot wrote:
> You could NFS export out the build directory from your build
> server and mount it on the clients that want to update. Then a
> 'make build' on them would grab the newest stuff, and you could
> be selective about portions of the tree and so forth.
Good solution, but
Dylan Martin wrote on Fri, Jun 30, 2006 at 11:38:45AM -0700:
> I've got a handful of OpenBSD boxes, and instead of keeping src on
> all of them, I'd like one box to follow stable and build patched
> programs which I could then distribute to my other boxes.
Two ways are officially supported:
-
On Fri, 30 Jun 2006, Dylan Martin wrote:
If there is a better or best way to do this, let me know!
You could try something like :
#!/bin/sh
DESTDIR=/tmp/sendmail
mtree -qdef /etc/mtree/4.4BSD.dist -p ${DESTDIR}/ -u
touch ${DESTDIR}/timestamp
cd /path_to_sendmail_src
env DESTDIR=${DESTDIR} ma
From: [EMAIL PROTECTED]
> I also tried playing with setting DESTDIR, but that didn't work very
> well. After a lot of messing around, I got a useable tar file, but it
> sure wasn't elegant.
> (http://seattlecentral.edu/~dmartin/docs/binpatch.html for my notes on
> that experience).
>
> My next i
I've got a handful of OpenBSD boxes, and instead of keeping src on all
of them, I'd like one box to follow stable and build patched programs which I
could then distribute to my other boxes.
I poked around the archives of this list, and it looks like this is a
reacurring question.
Has there be
5 matches
Mail list logo