From owner-cvs-all Fri Jul 30 0:28:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 77A3514E0A; Fri, 30 Jul 1999 00:28:48 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA17567; Fri, 30 Jul 1999 00:26:52 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199907300726.AAA17567@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 30 Jul 1999 00:26:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts dopackages Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/07/30 00:26:52 PDT Modified files: Tools/portbuild/scripts dopackages Log: Parallelize things a bit more. Now we'll do index/cdrom/restricted list generation at the same time we're setting up the clients. duds generation is intentionally separate. If we get an error back from that one (usually means someone committed a Makefile with a syntax error), abort the whole thing so we won't generate a faulty index and destroy the stuff that's been builtbefore. Lockfile handling is now moved to dopackages2 so we won't overwrite the build.log file just to say "skipped". Generate INDEX right after packages are built, from the same INDEX that was used to build them. Compare the packages from this build with the previous one and report what's missing and whatnot. Revision Changes Path 1.3 +167 -73 ports/Tools/portbuild/scripts/dopackages To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message