Date: Thu, 19 Dec 2013 15:50:11 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> 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 Message-ID: <201312191550.rBJFoBgU088583@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312191550.rBJFoBgU088583>