#!/bin/sh -ex cur=$(pwd) tmp=$(mktemp -d) release=$1 [ -n "$release" ] git clone . $tmp/goredo-$release cd $tmp/goredo-$release git checkout v$release redo-ifchange VERSION ######################################################################## cd doc cat > download.texi < $texi < $texi < $texi <8 ------------------------ The main improvements for that release are: ------------------------ >8 ------------------------ goredo's home page is: http://www.goredo.cypherpunks.ru/ Source code and its signature for that version can be found here: http://www.goredo.cypherpunks.ru/download/goredo-${release}.tar.zst ($size KiB) http://www.goredo.cypherpunks.ru/download/goredo-${release}.tar.zst.sig SHA256 hash: $hash GPG key ID: 0x3A528DDE952C7E93 goredo releases Fingerprint: 7531 BB84 FAF0 BF35 960C 63B9 3A52 8DDE 952C 7E93 Please send questions regarding the use of goredo, bug reports and patches to mailing list: http://lists.cypherpunks.ru/goredo_002ddevel.html EOF