From owner-cvs-all Tue Aug 29 1:21:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4275F37B422; Tue, 29 Aug 2000 01:21:48 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA19104; Tue, 29 Aug 2000 01:21:48 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200008290821.BAA19104@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 29 Aug 2000 01:21:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts dopackages2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/08/29 01:21:48 PDT Modified files: Tools/portbuild/scripts dopackages2 Log: Run build on three branches. Check the status file filled out by dopackages and abort build if there were any errors. It intentionally leaves lock files behind in that case because it usually requires my manual intervention to fix whatever's wrong (usually a botched INDEX build due to someone forgetting to update dependency lines) and we don't want subsequent failed tries to wipe out all the good packages and distfiles we have accumulated. Revision Changes Path 1.5 +39 -3 ports/Tools/portbuild/scripts/dopackages2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message