From owner-svn-ports-head@FreeBSD.ORG Thu Dec 19 15:50:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96185EF5; Thu, 19 Dec 2013 15:50:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8203C1D65; Thu, 19 Dec 2013 15:50:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJFoBTZ088586; Thu, 19 Dec 2013 15:50:11 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBJFoBgU088583; Thu, 19 Dec 2013 15:50:11 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201312191550.rBJFoBgU088583@svn.freebsd.org> From: Bryan Drewery Date: Thu, 19 Dec 2013 15:50:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336930 - in head/ports-mgmt/poudriere-devel: . files 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.17 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: Thu, 19 Dec 2013 15:50:11 -0000 Author: bdrewery Date: Thu Dec 19 15:50:10 2013 New Revision: 336930 URL: http://svnweb.freebsd.org/changeset/ports/336930 Log: - Update to checkin e5f36a7de8 Changes: * Package builds are now atomic. They will not update the package repository directory until the build finishes. This can be disabled with ATOMIC_PACKAGE_REPOSITORY (default yes). This will convert the repository to a new format on first build. If a build fails, all of the successful packages are retained for the next attempt, but the old packages do not get modified. * Disabling COMMIT_PACKAGES_ON_FAILURE (default yes) will have it not touch the repository if the build fails; the package repository will only be updated once a build succeeds. * bulk now has a dry run mode (-n). Requires ATOMIC_PACKAGE_REPOSITORY * Add KEEP_OLD_PACKAGES which will keep KEEP_OLD_PACKAGES_COUNT number of old repositories. This can be useful for rollbacks or bisecting. Requires ATOMIC_PACKAGE_REPOSITORY * Add RESTRICT_NETWORKING (default yes) which can be used to disable the network restrictions outside of 'fetch' phase. * Add new PORTTESTING_FATAL (default yes) which can be disabled so that failed ports (leftovers) do not cause ports depending on that port to be skipped. This is useful for QAT. * Fix stage orphans excluding /var/run/PORTNAME * Stage orphan fixes for ports using kdeprefix * /proc and /compat/linux/proc now excluded for leftovers * nmtree fixes for head * Misc performance improvements * build_fs_violation was broken * Poudriere now requires pkg-1.2 in its ports tree Deleted: head/ports-mgmt/poudriere-devel/files/ Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Thu Dec 19 15:44:05 2013 (r336929) +++ head/ports-mgmt/poudriere-devel/Makefile Thu Dec 19 15:50:10 2013 (r336930) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 3.0.99.20131028 -PORTREVISION= 2 +PORTVERSION= 3.0.99.20131219 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \ LOCAL/bdrewery/${PORTNAME}/ @@ -14,7 +13,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= 6da5271386 +FSL_CHKIN= e5f36a7de8 OPTIONS_DEFINE= ZSH @@ -71,6 +70,7 @@ PLIST_FILES= etc/poudriere.conf.sample \ share/poudriere/pkgclean.sh \ share/poudriere/ports.sh \ share/poudriere/processonelog.sh \ + share/poudriere/processonelog2.sh \ share/poudriere/queue.sh \ share/poudriere/status.sh \ share/poudriere/testport.sh Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Thu Dec 19 15:44:05 2013 (r336929) +++ head/ports-mgmt/poudriere-devel/distinfo Thu Dec 19 15:50:10 2013 (r336930) @@ -1,2 +1,2 @@ -SHA256 (poudriere-3.0.99.20131028.tar.gz?uuid=6da5271386) = 1c290a76daed5e17b1b4b81e54d255f036afd47554b9fbc01ddfe04241e03cd2 -SIZE (poudriere-3.0.99.20131028.tar.gz?uuid=6da5271386) = 247306 +SHA256 (poudriere-3.0.99.20131219.tar.gz?uuid=e5f36a7de8) = 7f3985e0712f6d2b62f4c6a79d4efe4058618b49dafe72b177734662b2f24f9f +SIZE (poudriere-3.0.99.20131219.tar.gz?uuid=e5f36a7de8) = 250400