svn commit: r306448 - head/ports-mgmt/poudriere-devel
Baptiste Daroussin
bapt at FreeBSD.org
Fri Oct 26 15:18:14 UTC 2012
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
More information about the svn-ports-head
mailing list