From: Sergey Matveev Date: Thu, 18 Apr 2024 10:31:33 +0000 (+0300) Subject: Better compression won't hurt X-Git-Tag: v0.5.0^0 X-Git-Url: http://www.git.stargrave.org/?p=tofuproxy.git;a=commitdiff_plain;h=5533f0762c701526af6def29b38fc508a6ff03ab Better compression won't hurt --- diff --git a/makedist b/makedist index 398e89b..3df5508 100755 --- a/makedist +++ b/makedist @@ -55,7 +55,7 @@ chmod +x build state-init fifos/ensure fifos/multitail cmd/zstd/build cd .. tar cvf tofuproxy-"$release".tar --uid=0 --gid=0 --numeric-owner tofuproxy-"$release" -zstd -19 -v tofuproxy-"$release".tar +zstd -22 --ultra -v tofuproxy-"$release".tar tarball=tofuproxy-"$release".tar.zst ssh-keygen -Y sign -f ~/.ssh/sign/tofuproxy@stargrave.org -n file $tarball gpg --armor --detach-sign --sign --local-user 3477D3292C775BF39DAA0E075921D596A332F844 "$tarball"