pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Where to upload ? (Re: Binary packages vs. OS release
On Fri, Feb 21, 2020 at 10:30:54PM +0900, Makoto Fujiwara wrote:
> By the way joerg suggested compression method of xz or so,
> but I could not get the correct wording (as in mk.conf), just failing
> to dig the old mail out.
PKG_COMPRESSION=xz
If you don't sign the packages, something like:
for f in *.tgz; do
gunzip $f
xz -9 ${f%.tgz}.tar > $f
done
should convert everything.
Joerg
Home |
Main Index |
Thread Index |
Old Index