X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=blobdiff_plain;f=makedist.sh;h=0e7130267710b45b89d16e68e052b5baf2730ac4;hp=f7f1ab18e78c8603103cb8a38ead34f746d853d0;hb=HEAD;hpb=0c90f3181c01f68c4f2c986b02cda16dba85521b diff --git a/makedist.sh b/makedist.sh deleted file mode 100755 index f7f1ab1..0000000 --- a/makedist.sh +++ /dev/null @@ -1,64 +0,0 @@ -#!/bin/sh -ex - -cur=$(pwd) -tmp=$(mktemp -d) -release=$1 -[ -n "$release" ] - -git clone . $tmp/gogost-$release -cd $tmp/gogost-$release -git checkout $release - -find . -name .git -type d | xargs rm -fr -rm -f www* makedist* TODO - -cd .. -tar cvf gogost-"$release".tar gogost-"$release" -xz -9 gogost-"$release".tar -gpg --detach-sign --sign --local-user 82343436696FC85A gogost-"$release".tar.xz - -tarball=gogost-"$release".tar.xz -size=$(( $(wc -c < $tarball) / 1024 )) -hash=$(gpg --print-md SHA256 < $tarball) -hashsb=$($HOME/work/gogost/gogost-streebog < $tarball) - -cat <8 ------------------------ - -The main improvements for that release are: - - ------------------------- >8 ------------------------ - -GoGOST'es home page is: http://www.cypherpunks.ru/gogost/ - -Source code and its signature for that version can be found here: - - http://www.cypherpunks.ru/gogost/gogost-${release}.tar.xz ($size KiB) - http://www.cypherpunks.ru/gogost/gogost-${release}.tar.xz.sig - -Streebog-256 hash: $hashsb -SHA256 hash: $hash -GPG key ID: 0x82343436696FC85A GoGOST releases -Fingerprint: CEBD 1282 2C46 9C02 A81A 0467 8234 3436 696F C85A - -Please send questions regarding the use of GoGOST, bug reports and patches -to mailing list: https://lists.cypherpunks.ru/mailman/listinfo/gost -EOF - -mv $tmp/$tarball $tmp/"$tarball".sig $cur/gogost.html/