X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=9a97332459295d7bb6a281ac315c383349aa83b4;hb=3d1de73efc9f6fcc9460da7f7030043fdecfebd9;hp=e6f06791c9da2c36a9ef2fdbeedefd949b5fef0e;hpb=d331cc1a902efb214201d7b4b28e8940786fbcef;p=gogost.git diff --git a/makedist.sh b/makedist.sh index e6f0679..9a97332 100755 --- a/makedist.sh +++ b/makedist.sh @@ -5,33 +5,96 @@ tmp=$(mktemp -d) release=$1 [ -n "$release" ] +redo-ifchange streebog256 git clone . $tmp/gogost-$release cd $tmp/gogost-$release -git checkout $release +git checkout v$release +redo VERSION +go mod vendor +mkdir contrib +cp ~/work/redo/minimal/do contrib/do + +cat > download.texi < $texi < $texi < $texi <8 ------------------------ -GoGOST'es home page is: http://www.cypherpunks.ru/gogost/ +GoGOST'es home page is: http://www.gogost.cypherpunks.ru/ 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 + http://www.gogost.cypherpunks.ru/gogost-${release}.tar.xz ($size KiB) + http://www.gogost.cypherpunks.ru/gogost-${release}.tar.xz.sig Streebog-256 hash: $hashsb SHA256 hash: $hash @@ -58,7 +121,7 @@ GPG key: CEBD 1282 2C46 9C02 A81A 0467 8234 3436 696F C85A GoGOST releases Please send questions regarding the use of GoGOST, bug reports and patches -to mailing list: https://lists.cypherpunks.ru/mailman/listinfo/gost +to mailing list: http://lists.cypherpunks.ru/gost.html EOF cat <8 ------------------------ -Домашняя страница GoGOST: http://www.cypherpunks.ru/gogost/ +Домашняя страница GoGOST: http://www.gogost.cypherpunks.ru/ Исходный код и его подпись для этой версии могут быть найдены здесь: - http://www.cypherpunks.ru/gogost/gogost-${release}.tar.xz ($size KiB) - http://www.cypherpunks.ru/gogost/gogost-${release}.tar.xz.sig + http://www.gogost.cypherpunks.ru/gogost-${release}.tar.xz ($size KiB) + http://www.gogost.cypherpunks.ru/gogost-${release}.tar.xz.sig Streebog-256 хэш: $hashsb SHA256 хэш: $hash @@ -91,7 +154,8 @@ GPG ключ: CEBD 1282 2C46 9C02 A81A 0467 8234 3436 696F C85A Пожалуйста, все вопросы касающиеся использования GoGOST, отчёты об ошибках и патчи отправляйте в gost почтовую рассылку: -https://lists.cypherpunks.ru/mailman/listinfo/gost +http://lists.cypherpunks.ru/gost.html EOF mv $tmp/$tarball $tmp/"$tarball".sig $cur/gogost.html/ +rm -fr $tmp