From owner-cvs-ports Sat Feb 22 14:25:15 2003 Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F1B937B401; Sat, 22 Feb 2003 14:25:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F7CC43FA3; Sat, 22 Feb 2003 14:25:13 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1MMPC0U090596; Sat, 22 Feb 2003 14:25:12 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1MMPCVR090587; Sat, 22 Feb 2003 14:25:12 -0800 (PST) Message-Id: <200302222225.h1MMPCVR090587@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 22 Feb 2003 14:25:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts portbuild X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2003/02/22 14:25:12 PST Modified files: Tools/portbuild/scripts portbuild Log: * Allow port builds to be started with a certain niceness ('nice' parameter in portbuild.conf). [1] * Build stage 2 builds in a jail instead of a chroot. This allows us to detect ports that attempt IP communication during the build, as well as allowing clean termination of the port build (packages built in a chroot can leave processes hanging around after the build finishes). There are some caveats with this approach which will be worked around in a future commit. Requested by: peter [1] Revision Changes Path 1.26 +15 -1 ports/Tools/portbuild/scripts/portbuild To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-ports" in the body of the message