X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=aa647f4d9cf2422eda9fc6c235f4741707ff9c2e;hb=6878431ad32eb879e46478290b8bafdaa2b0240b;hp=4eef737eabb067f709953a6084a41e1f8cc39547;hpb=f941d7cb340205d0ef3ec333d56c37d4a3fa5e6f;p=goredo.git diff --git a/makedist.sh b/makedist.sh index 4eef737..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" \ + http://y.www.goredo.cypherpunks.ru/download/"$tarball" > "$tarball".meta4 + size=$(( $(stat -f %z $tarball) / 1024 )) hash=$(gpg --print-md SHA256 < $tarball) release_date=$(date "+%Y-%m-%d") +release_underscored=`echo $release | tr . _` cat <8 ------------------------ @@ -125,5 +137,9 @@ 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: https://lists.cypherpunks.ru/pipermail/goredo-devel/ +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