Date: Mon, 25 Jan 1999 19:06:24 -0800 (PST) From: Satoshi Asami <asami@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/Tools/portbuild README ports/Tools/portbuild/scripts reportload reportload.sh checkmachines portbuild Message-ID: <199901260306.TAA41450@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
asami 1999/01/25 19:06:24 PST Modified files: Tools/portbuild README Tools/portbuild/scripts checkmachines portbuild Added files: Tools/portbuild/scripts reportload reportload.sh Log: (1) Do not delete and recreate the chroot dir for every new package that is built. This saves a lot of time, especiall when the parallelism (the number of jobs per machine, not the number of machines) is low. However, the build script only blows away /usr/local and /usr/X11R6, so if there is a port that does some nasty things outside that area, all bets are off. (2) Better load balancing. Now, each machine reports its own load in a form of a text file, which the master merely aggregates to pick the lowest-loaded machine(s). Other than generally running faster (and more up-to-date) under loaded conditions, the master script will no longer hold up until a timeout when a machine goes down. Revision Changes Path 1.2 +13 -5 ports/Tools/portbuild/README 1.2 +10 -2 ports/Tools/portbuild/scripts/checkmachines 1.4 +69 -19 ports/Tools/portbuild/scripts/portbuild To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901260306.TAA41450>