Skip to content

Commit

Permalink
pkgbase: compress packages with zstandard
Browse files Browse the repository at this point in the history
MFC After:	3 days
Reviewed by:	manu
Differential Revision: https://reviews.freebsd.org/D42375
  • Loading branch information
bapt committed Oct 27, 2023
1 parent 070a4ff commit 820fbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.inc1
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 820fbcf

Please sign in to comment.