mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to checkin cf519772ff
Changes: * Fix random crashes with parallel process handling * sanity check is now parallelized for a big speedup * Pkg deleting during startup has been optimized further to avoid a bottleneck during parallelization * jail -cu: Disable CCACHE on 10 * Manpage typo fix * testport/bulk -t: Fix staging absolute link checking with files that have spaces * testport: Fix so that MAKE_JOBS runs by default * bulk -t: Fix so that MAKE_JOBS does not run by default * testport: Fix so that the port being tested shows in the web ui. Note that this is still in data/logs/bulk/
This commit is contained in:
parent
da91f959a0
commit
3f374121f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329958
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= poudriere
|
||||
PORTVERSION= 3.0.99.20131005
|
||||
PORTVERSION= 3.0.99.20131009
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \
|
||||
LOCAL/bdrewery/${PORTNAME}/
|
||||
@ -14,7 +14,7 @@ COMMENT= Port build and test system
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
FSL_CHKIN= fbd0b7e356
|
||||
FSL_CHKIN= cf519772ff
|
||||
|
||||
OPTIONS_DEFINE= ZSH
|
||||
|
||||
@ -62,6 +62,8 @@ PLIST_FILES= etc/poudriere.conf.sample \
|
||||
share/poudriere/bulk.sh \
|
||||
share/poudriere/clean.sh \
|
||||
share/poudriere/common.sh \
|
||||
share/poudriere/common.sh.dragonfly \
|
||||
share/poudriere/common.sh.freebsd \
|
||||
share/poudriere/daemon.sh \
|
||||
share/poudriere/distclean.sh \
|
||||
share/poudriere/jail.sh \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (poudriere-3.0.99.20131005.tar.gz?uuid=fbd0b7e356) = d628a724ebdf98b8a2d6d98bf646b391a36196592ae5183edfeb0c598e6c26a3
|
||||
SIZE (poudriere-3.0.99.20131005.tar.gz?uuid=fbd0b7e356) = 245904
|
||||
SHA256 (poudriere-3.0.99.20131009.tar.gz?uuid=cf519772ff) = e64d72aa5172c83e59915f15746f871f57300d203d563f1017a7cc621b4cb3d2
|
||||
SIZE (poudriere-3.0.99.20131009.tar.gz?uuid=cf519772ff) = 246975
|
||||
|
Loading…
Reference in New Issue
Block a user