Date: Fri, 10 Jan 2020 11:16:41 -0500 From: Nick Wolff <darkfiberiru@gmail.com> To: Mathieu Arnold <mat@freebsd.org> Cc: freebsd-ports@freebsd.org Subject: Re: PKGSUFFIX for poudriere Help needed Message-ID: <CACxAneA8irWu%2BVjgvxCLiua3DcunWJWSwnOa7nMCfEv8aL9%2B8Q@mail.gmail.com> In-Reply-To: <20200109130235.35rehwowq5ljoprw@ogg.in.absolight.net> References: <CACxAneAaEnQqeswzoYASVf%2Br4%2B00WdWcFPVhbhse=ctWA401_Q@mail.gmail.com> <20200109130235.35rehwowq5ljoprw@ogg.in.absolight.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks that gives me a real good starting point. On Thu, Jan 9, 2020 at 8:02 AM Mathieu Arnold <mat@freebsd.org> wrote: > On Wed, Jan 08, 2020 at 12:37:55PM -0500, Nick Wolff wrote: > > I'm trying to get zstd packages built locally with poudriere but > something > > is failing. I've set PKGSUFFIX=.tzst in my make.conf for the branch and > it > > shows up in poudriere logs > > (#### /usr/local/etc/poudriere.d/ixlab-master-make.conf ####) > > > > But I'm still getting txz packages. > > I've successfully used PKG_NOCOMPRESS in make.conf. and not sure what I'm > > doing wrong here. > > PKG_NOCOMPRESS is the knob used to swtich from .txz to .tar, so that it > is not compressed. > > If you want to change the compression, you probably have to do this, in > make.conf: > > PKG_SUFX= .tzst > > in poudriere.conf: > > PKG_REPO_META_FILE=/usr/local/etc/poudriere.d/meta > > And create that file with this content: > > version = 1; > packing_format = "tzst"; > > You may have to fiddle with the packing_format, I don't know what the > exact string is. > > -- > Mathieu Arnold >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACxAneA8irWu%2BVjgvxCLiua3DcunWJWSwnOa7nMCfEv8aL9%2B8Q>