X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist;h=834bcf0df043a57b0c8f46d7f74cbc2fcffb066b;hb=HEAD;hp=e5af33946a5249687b67e92259a66ec7028bb550;hpb=70d532b5982c2203286c901f29fb462d7d88c0f7;p=gocheese.git diff --git a/makedist b/makedist index e5af339..834bcf0 100755 --- a/makedist +++ b/makedist @@ -36,7 +36,6 @@ cat > $texi < "$tarball".asc -meta4-create -file "$tarball" -mtime "$tarball" -sig "$tarball".asc \ +ssh-keygen -Y sign -f ~/.ssh/sign/gocheese@cypherpunks.ru -n file $tarball +gpg --armor --detach-sign --sign --local-user CD5CD01F55343D88 $tarball +meta4-create -fn "$tarball" -mtime "$tarball" \ + -sig-pgp "$tarball".asc -sig-ssh "$tarball".sig \ http://www.gocheese.cypherpunks.ru/download/"$tarball" \ - http://y.www.gocheese.cypherpunks.ru/download/"$tarball" > "$tarball".meta4 + http://y.www.gocheese.cypherpunks.ru/download/"$tarball" < "$tarball" > "$tarball".meta4 size=$(( $(stat -f %z $tarball) / 1024 )) -hash=$(gpg --print-md SHA256 < $tarball) release_date=$(date "+%Y-%m-%d") cat <