From: Sergey Matveev Date: Thu, 17 Mar 2022 09:38:31 +0000 (+0300) Subject: Mention Yggdrasil accessible entrypoint X-Git-Tag: 5.11~4 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=3cf0663da82b0537cecfdd6738bc6933e471819f Mention Yggdrasil accessible entrypoint --- 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)