From 3cf0663da82b0537cecfdd6738bc6933e471819f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 17 Mar 2022 12:38:31 +0300 Subject: [PATCH] Mention Yggdrasil accessible entrypoint --- makedist.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makedist.sh b/makedist.sh index 44b2586..c4aaf2b 100755 --- a/makedist.sh +++ b/makedist.sh @@ -15,7 +15,8 @@ gpg --detach-sign --sign --local-user pygost@cypherpunks.ru "$tarball" gpg --enarmor < "$tarball".sig | sed "/^Comment:/d ; s/ARMORED FILE/SIGNATURE/" > "$tarball".asc meta4-create -file "$tarball" -mtime "$tarball" -sig "$tarball".asc \ - http://www.pygost.cypherpunks.ru/"$tarball" > "$tarball".meta4 + http://www.pygost.cypherpunks.ru/"$tarball" \ + http://y.www.pygost.cypherpunks.ru/"$tarball" > "$tarball".meta4 size=$(( $(stat -f %z $tarball) / 1024 )) hash=$(gpg --print-md SHA256 < $tarball) -- 2.44.0