X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=ce8ada0bed5d94bc8aef2073cdcbf68fea7d991e;hb=4274dce3366cee45bfaccbe5ca340ce6efe68e00;hp=b2a1d0f205b4947a3743934f5d4d0a13e93e95a8;hpb=ab0f45138762d5fdf412926f0582b3a70534b1b6;p=goredo.git diff --git a/makedist.sh b/makedist.sh index b2a1d0f..ce8ada0 100755 --- a/makedist.sh +++ b/makedist.sh @@ -9,21 +9,20 @@ git clone . $tmp/goredo-$release cd $tmp/goredo-$release git checkout v$release -redo-ifchange module-name VERSION -mod_name=`cat module-name` +redo-ifchange VERSION ######################################################################## +cd doc cat > download.texi < $texi < $texi < $tmp/includes < "$tarball".asc +meta4-create -file "$tarball" -mtime "$tarball" -sig "$tarball".asc \ + http://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,5 @@ 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