From owner-svn-ports-head@FreeBSD.ORG Fri Oct 26 15:18:14 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FEF0F7D; Fri, 26 Oct 2012 15:18:14 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 57A6E8FC18; Fri, 26 Oct 2012 15:18:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9QFIEPS027113; Fri, 26 Oct 2012 15:18:14 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9QFIEoo027111; Fri, 26 Oct 2012 15:18:14 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210261518.q9QFIEoo027111@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 26 Oct 2012 15:18:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306448 - head/ports-mgmt/poudriere-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 15:18:14 -0000 Author: bapt Date: Fri Oct 26 15:18:13 2012 New Revision: 306448 URL: http://svn.freebsd.org/changeset/ports/306448 Log: Update to checkins f21e916b8b Main change is heavy parallelization (improves a lot bulk -a) Detailed changes: - Do not mount linsysfs anymore (allow builind linux-kdump) - Fix builders stuck in 'done:PORT' status when they were really idle - New TMPFS_DATA to allow having the pool,cache and other poudriere temporary files be stored in memory (important if using bulk -a) - Fix creating jail from allbsd - do not need anymore pkg_ on the host to build pkg_install bulks - Parallelize the dependency calculation - Parallelize sanity check - Speeds up walk through the queue - prevent inheriting compression on ports trees - Cleanup stale INDEX tmpfile, which is possible if user hits ctrl+c during index build - Parallelize queue ordering - Create a reverse pool to avoid the slow find -delete - Speed up detection of inpact of a failure - mount fdescfs by default (need from some java software) Feature safe: yes Modified: head/ports-mgmt/poudriere-devel/Makefile Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Fri Oct 26 14:57:50 2012 (r306447) +++ head/ports-mgmt/poudriere-devel/Makefile Fri Oct 26 15:18:13 2012 (r306448) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 2.2.99.20121017 +PORTVERSION= 2.2.99.20121026 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ PKGNAMESUFFIX= -devel @@ -13,7 +13,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= 98a87680a1 +FSL_CHKIN= f21e916b8b NO_BUILD= yes MANCOMPRESSED= yes