ports-mgmt/poudriere-devel: Update to 3.3.0-1068-g8d0342ef6
Changes: - image: Add support for zfs image types, including send streams - image: Run the post-build script before the build target - Fix cleanup waiting on bad pids - Fix logs summary showing in some wrong error contexts - Assert we have a bootstrap pkg before acting on packages. - Package fetch: Fix pkg bootstrap with fresh repo + version mismatch - Package fetch: Never fetch packages if remote pkg is newer than ports - Package fetch: always blacklist pkg - Package fetch: Fetch before deleting packages for missing bootstrap - Package fetch: Give an indication which packages are taken from cache - sh: Update from FreeBSD 971677d5fd4cc6e776468 - bulk: Opportunistically start builders as needed. This also makes startup of each more verbose. - SIGINFO now goes to stderr - SIGINFO: New output format, showing tmpfs usage, and cpu%/mem%(rss) from ps. - Add a mechanishm to avoid building rust in tmpfs. See poudriere.conf.sample for TMPFS_BLACKLIST and TMPFS_BLACKLIST_TMPDIR - colors: Remove the need to evaluate \033 escape. - bulk: Trim IGNORED packages in parallel.
This commit is contained in:
parent
ecfed7ee5c
commit
d541dfc457
3 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= poudriere
|
||||
DISTVERSION= 3.3.99.20211017
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 3.3.99.20211130
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
|
||||
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
|
||||
|
@ -16,7 +16,7 @@ CONFLICTS_INSTALL= poudriere
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_TAGNAME= 3.3.0-1023-g0070a55f9
|
||||
GH_TAGNAME= 3.3.0-1068-g8d0342ef6
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
ETCDIR= ${PREFIX}/etc/poudriere.d
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1634595920
|
||||
SHA256 (freebsd-poudriere-3.3.99.20211017-3.3.0-1023-g0070a55f9_GH0.tar.gz) = 99d0fe10c14adfe4f9b48931ca9d3d5748a808bb8bf02eb7a53290c9cfb167ca
|
||||
SIZE (freebsd-poudriere-3.3.99.20211017-3.3.0-1023-g0070a55f9_GH0.tar.gz) = 4202074
|
||||
TIMESTAMP = 1638298692
|
||||
SHA256 (freebsd-poudriere-3.3.99.20211130-3.3.0-1068-g8d0342ef6_GH0.tar.gz) = 480587ba76660d6ca60c928513c4e8c96b689189d40139f2eeaf2ec99925e21b
|
||||
SIZE (freebsd-poudriere-3.3.99.20211130-3.3.0-1068-g8d0342ef6_GH0.tar.gz) = 4207756
|
||||
|
|
|
@ -94,6 +94,7 @@ man/man8/poudriere-version.8.gz
|
|||
%%DATADIR%%/image_rawdisk.sh
|
||||
%%DATADIR%%/image_tar.sh
|
||||
%%DATADIR%%/image_usb.sh
|
||||
%%DATADIR%%/image_zfs.sh
|
||||
%%DATADIR%%/image_zsnapshot.sh
|
||||
%%DATADIR%%/include/cache.sh
|
||||
%%DATADIR%%/include/colors.pre.sh
|
||||
|
|
Loading…
Reference in a new issue