Date: Wed, 14 Jul 2004 09:17:30 +0000 (UTC) From: Kris Kennaway <kris@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts setupnode Message-ID: <200407140917.i6E9HUJS098599@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2004-07-14 09:17:30 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts setupnode Log: * Accept another argument, the value of the disconnected variable that tells us whether the node has NFS access to the master. * Also copy the bindist-$(hostname).tar file to allow local customization of the build chroots (e.g. resolv.conf and make.conf files for disconnected systems) * For disconnected hosts, we don't copy the bindist files from the master, but just set up the local directories and let the server rsync them into place later. Also set up dangling symlinks to the bindist files in the build area, which will be filled in by the server too (in the NFS case it makes sense to cache the bindist files locally to avoid extra NFS traffic, but here we know the file is local so a symlink is fine) * Remove an apparently spurious 'killall fetch' that snuck in for what were probably transient reasons. * Forcibly clean up old chroot directories since we are preparing to start another build and don't want old (possibly orphaned) builds to skew the job scheduling or use up resources. Revision Changes Path 1.10 +25 -25 ports/Tools/portbuild/scripts/setupnode
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407140917.i6E9HUJS098599>