Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2020 14:02:35 +0100
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        Nick Wolff <darkfiberiru@gmail.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: PKGSUFFIX for poudriere Help needed
Message-ID:  <20200109130235.35rehwowq5ljoprw@ogg.in.absolight.net>
In-Reply-To: <CACxAneAaEnQqeswzoYASVf%2Br4%2B00WdWcFPVhbhse=ctWA401_Q@mail.gmail.com>
References:  <CACxAneAaEnQqeswzoYASVf%2Br4%2B00WdWcFPVhbhse=ctWA401_Q@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--4xkkifqy7lzyi7kg
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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=3D.tzst in my make.conf for the branch and=
 it
> shows up in poudriere logs
> (#### /usr/local/etc/poudriere.d/ixlab-master-make.conf ####)
>=20
> 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=3D .tzst

in poudriere.conf:

PKG_REPO_META_FILE=3D/usr/local/etc/poudriere.d/meta

And create that file with this content:

version =3D 1;
packing_format =3D "tzst";

You may have to fiddle with the packing_format, I don't know what the
exact string is.

--=20
Mathieu Arnold

--4xkkifqy7lzyi7kg
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAl4XJGtfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB
QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD
zkgxwhAAu5SK4825mEuCdhHHyUPvdWeqakyVdlDcBS5WgW0IEoxsx0RprZupzM94
qAheZdRpZaCNomqg6YXW209JZAndgjn7j1iJxg2QxnX5IrY3/m9YOjRICJA/1UmA
kMv8dHXGqsK4RkoMuS9X3dfatsT2oX2x9wz2miUUiyGWyV/CC84swehP342gbCaK
oiDGiVhU8vaVotwiixYth3KWhGHuVuq8wdFkbl2mHerPJ+HH6SDsip/3PlkwjWGh
FRDINWT2NUelve/4jKYKb6/9cIqQYSibgJ4iJhHqUhQSQRVENfw7uF3fSr7oUj/F
u5uQAeuxBlaayrx/wqGvngHkkuHKMV839GgTRqgZ30tM3IM+JdDQbsxkQCd4G0VA
NEiu4GNTkRXfAKke/0Fj0sGG3FPu0ZJAg00tJBZB67XqAEyORw8XXVRu5k2/FQxd
sLuE9asI4Uyogj4+3BlVao2TdB0XeWZPh9Ir/1w2BgzkQNh1pPMWUVaVyI1o+Kkj
GpENVr5MUojYSLXvMq3VNkLyU+iKkNJxcyoQOiKL0nU65w3iHunAVt4qqBn1dkf9
IfAKWKzdRMF0OiOFu2Rjh31HlfcBVSmZ5GcSPnTk8zfxoYnJ6CXhowlNoCt510Z2
Wr+k78F6g27mtNa2olQKQIcs0QkDG6HUS2PHmRiLkju6IjjYh+4=
=EO6L
-----END PGP SIGNATURE-----

--4xkkifqy7lzyi7kg--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200109130235.35rehwowq5ljoprw>