X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=aa647f4d9cf2422eda9fc6c235f4741707ff9c2e;hb=fed124f1460226ab037657bac5717bdb49bf6b78;hp=3353af22fd5ec751463daab7901fdde1b790228f;hpb=5bb5106f8120241abc5725497d0060014da16c17;p=goredo.git diff --git a/makedist.sh b/makedist.sh index 3353af2..aa647f4 100755 --- a/makedist.sh +++ b/makedist.sh @@ -8,22 +8,21 @@ release=$1 git clone . $tmp/goredo-$release cd $tmp/goredo-$release git checkout v$release +go generate -redo-ifchange module-name VERSION -mod_name=`cat module-name` +redo-ifchange VERSION ######################################################################## +cd doc cat > download.texi < $texi < $texi < $texi < $tmp/includes < "$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 ------------------------ @@ -147,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