From owner-cvs-all Tue Nov 7 15:39:21 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 6B12137B4C5; Tue, 7 Nov 2000 15:39:17 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA06731; Tue, 7 Nov 2000 15:39:17 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <200011072339.PAA06731@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 7 Nov 2000 15:39:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts dopackages X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/11/07 15:39:17 PST Modified files: Tools/portbuild/scripts dopackages Log: (1) New flag, -ftp, indicates packages are to be copied over to the ftp site (specified in portbuild.conf). (It used to be implied by -norestr.) (2) Remove x11-toolkits/Motif-dummy from list of dummy ports, since open-motif is now the default. Also gone is the MOTIF_OPEN variable. (3) Run the tar -czf of the ports tree and generation of CHECKSUM.MD5 in the background. (4) Print the amount of time it took for the entire process, as well as phase 1 and phase 2 of the compilations. (It is done by date -r, so it will only work modulo 24 hours. Hopefully the build will never go over 24 hours again.) (5) Make symlink of the form [ae].${branch}.YYYYMMDD -> [ae].${branch}.YYYYMMDDHH so we can have the simple "date" form as well as the new "date+hour" directories for logs. (6) Remove temporary make status files from /tmp that are over 60 minutes since the last modification. It was filling up the root filesystem. (7) Print out an "ls -lrt" of packages/All into logs/ls-lrt. This is going to be used to evaluate make's job dispatch policies. Revision Changes Path 1.12 +52 -17 ports/Tools/portbuild/scripts/dopackages To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message