X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=aa647f4d9cf2422eda9fc6c235f4741707ff9c2e;hb=6878431ad32eb879e46478290b8bafdaa2b0240b;hp=ce8ada0bed5d94bc8aef2073cdcbf68fea7d991e;hpb=e3c84dd33e464b82233bf618d9e7c94cf58e4284;p=goredo.git diff --git a/makedist.sh b/makedist.sh index ce8ada0..aa647f4 100755 --- a/makedist.sh +++ b/makedist.sh @@ -8,6 +8,7 @@ release=$1 git clone . $tmp/goredo-$release cd $tmp/goredo-$release git checkout v$release +go generate redo-ifchange VERSION @@ -20,8 +21,7 @@ EOF mkinfo() { ${MAKEINFO:-makeinfo} --plaintext \ - --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \ - --set-customization-variable OPEN_QUOTE_SYMBOL=\" \ + --set-customization-variable ASCII_PUNCTUATION=1 \ -D "VERSION `cat ../VERSION`" $@ } @@ -32,7 +32,6 @@ cat > $texi < "$tarball".asc meta4-create -file "$tarball" -mtime "$tarball" -sig "$tarball".asc \ - http://www.goredo.cypherpunks.ru/download/"$tarball" > "$tarball".meta4 + http://www.goredo.cypherpunks.ru/download/"$tarball" \ + http://y.www.goredo.cypherpunks.ru/download/"$tarball" > "$tarball".meta4 size=$(( $(stat -f %z $tarball) / 1024 )) hash=$(gpg --print-md SHA256 < $tarball) @@ -139,3 +139,7 @@ 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 + +echo mutt -s \"goredo $release release announcement\" \ + goredo-devel@lists.cypherpunks.ru \ + -a $cur/doc/goredo.html/download/"$tarball".meta4