From owner-cvs-all Mon Jan 25 19:06:26 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA09911 for cvs-all-outgoing; Mon, 25 Jan 1999 19:06:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA09899; Mon, 25 Jan 1999 19:06:25 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA41450; Mon, 25 Jan 1999 19:06:24 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Mon, 25 Jan 1999 19:06:24 -0800 (PST) Message-Id: <199901260306.TAA41450@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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