svn commit: r436675 - head/ports-mgmt/poudriere-devel
Bryan Drewery
bdrewery at FreeBSD.org
Wed Mar 22 03:11:58 UTC 2017
Author: bdrewery
Date: Wed Mar 22 03:11:57 2017
New Revision: 436675
URL: https://svnweb.freebsd.org/changeset/ports/436675
Log:
Update to 3.0-2100-g2613baeb.
- Add a 'logclean' command that cleans build logs older than N days, or
builds over a certain count, by filter.
- Store temp and lock files in $(mktemp -dt poudriere), and remove on exit.
- Change SHASH_VAR_PATH out of umounting MASTERMNT on exit
- USE_TMPFS=yes: extend to data as well as wrkdirs
- JSON jail: Ignore broken builds rather than corrupting the data
- HTML JSON: Fix not writing on exit, and writing to /.data.json[.mini]
- blacklist: Fix loading of JAIL-SETNAME-blacklist
- Don't bother statting or creating pkg cache dirs when deleting them at startup.
- pkgclean: Clean cache files as well
- poudriere.8: Fix reference to native-xtools and document use of /usr/src
- jail -d: Fix not cleaning up jail's temporary mountpoint directory
- jail -uc: Don't leak host /etc/src-env.conf into jail builds
- timestamp: Fix not exiting when stdin closes.
- timestamp: Fix not properly handling newlines.
- Fix umounting when using MDMFS
- Make jail -k try harder to cleanup any messes left behind.
Modified:
head/ports-mgmt/poudriere-devel/Makefile
head/ports-mgmt/poudriere-devel/distinfo
head/ports-mgmt/poudriere-devel/pkg-plist
Modified: head/ports-mgmt/poudriere-devel/Makefile
==============================================================================
--- head/ports-mgmt/poudriere-devel/Makefile Wed Mar 22 03:01:06 2017 (r436674)
+++ head/ports-mgmt/poudriere-devel/Makefile Wed Mar 22 03:11:57 2017 (r436675)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-DISTVERSION= 3.1.99.20170319
+DISTVERSION= 3.1.99.20170321
PORTREVISION= 0
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
@@ -18,7 +18,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]*
USE_GITHUB= yes
GH_ACCOUNT= freebsd
-GH_TAGNAME= 3.0-2067-g6593db39
+GH_TAGNAME= 3.0-2100-g2613baeb
#DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
GNU_CONFIGURE= yes
Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo Wed Mar 22 03:01:06 2017 (r436674)
+++ head/ports-mgmt/poudriere-devel/distinfo Wed Mar 22 03:11:57 2017 (r436675)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1489954578
-SHA256 (freebsd-poudriere-3.1.99.20170319-3.0-2067-g6593db39_GH0.tar.gz) = e2e4d7f2a3aa0789d90edae21cefc67d9489d5a1becb80b571fec318efd63a70
-SIZE (freebsd-poudriere-3.1.99.20170319-3.0-2067-g6593db39_GH0.tar.gz) = 2982851
+TIMESTAMP = 1490151814
+SHA256 (freebsd-poudriere-3.1.99.20170321-3.0-2100-g2613baeb_GH0.tar.gz) = aee6af426fc0633f46c94f215733843544c36ea2e16ea4aa4e3660e3583d033c
+SIZE (freebsd-poudriere-3.1.99.20170321-3.0-2100-g2613baeb_GH0.tar.gz) = 2985835
Modified: head/ports-mgmt/poudriere-devel/pkg-plist
==============================================================================
--- head/ports-mgmt/poudriere-devel/pkg-plist Wed Mar 22 03:01:06 2017 (r436674)
+++ head/ports-mgmt/poudriere-devel/pkg-plist Wed Mar 22 03:11:57 2017 (r436675)
@@ -87,6 +87,7 @@ man/man8/poudriere.8.gz
%%DATADIR%%/include/shared_hash.sh
%%DATADIR%%/include/util.sh
%%DATADIR%%/jail.sh
+%%DATADIR%%/logclean.sh
%%DATADIR%%/options.sh
%%DATADIR%%/pkgclean.sh
%%DATADIR%%/ports.sh
More information about the svn-ports-all
mailing list