Date: Fri, 27 Oct 2023 09:47:48 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 820fbcf25bb2 - main - pkgbase: compress packages with zstandard Message-ID: <202310270947.39R9lmq7009753@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=820fbcf25bb2c7f1c570c0d408b2ab7d05bd771c commit 820fbcf25bb2c7f1c570c0d408b2ab7d05bd771c Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2023-10-26 20:34:00 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2023-10-27 09:47:46 +0000 pkgbase: compress packages with zstandard MFC After: 3 days Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D42375 --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 512c4049fd76..b3503c93cffc 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1943,7 +1943,7 @@ PORTSDIR?= /usr/ports WSTAGEDIR?= ${OBJTOP}/worldstage KSTAGEDIR?= ${OBJTOP}/kernelstage REPODIR?= ${OBJROOT}repo -PKG_FORMAT?= txz +PKG_FORMAT?= tzst PKG_REPO_SIGNING_KEY?= # empty PKG_OUTPUT_DIR?= ${PKG_VERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310270947.39R9lmq7009753>