From fb52c775d46a976ebe4969bb4144213ffa64bb47 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 24 Nov 2024 18:14:41 +0300 Subject: [PATCH] detpax for deterministic tarballs --- makedist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makedist b/makedist index 3df5508..002b3e2 100755 --- a/makedist +++ b/makedist @@ -54,7 +54,7 @@ find . -type f -exec chmod 644 {} + 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" +detpax tofuproxy-"$release" >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 -- 2.48.1