X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=blobdiff_plain;f=makedist.sh;h=6ca2951d0d6792dd585b9c0f06404c0ba82d3d7e;hp=1a5bdbd594b18609cd1606e2e0cfb606becee4d8;hb=HEAD;hpb=83841370ffe0bc58f16d661fe5d32000b0d24d51 diff --git a/makedist.sh b/makedist.sh deleted file mode 100755 index 1a5bdbd..0000000 --- a/makedist.sh +++ /dev/null @@ -1,79 +0,0 @@ -#!/bin/sh -ex - -cur=$(pwd) -tmp=$(mktemp -d) -release=$1 -[ -n "$release" ] - -git clone . $tmp/gocheese-$release -cd $tmp/gocheese-$release -git checkout v$release - -redo-ifchange VERSION - -go mod vendor - -cat > doc/download.texi < $texi < "$tarball".asc -meta4-create -file "$tarball" -mtime "$tarball" -sig "$tarball".asc \ - http://www.gocheese.cypherpunks.ru/download/"$tarball" \ - http://y.www.gocheese.cypherpunks.ru/download/"$tarball" > "$tarball".meta4 - -size=$(( $(stat -f %z $tarball) / 1024 )) -hash=$(gpg --print-md SHA256 < $tarball) -release_date=$(date "+%Y-%m-%d") - -cat <