X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=makedist;fp=makedist;h=c115272616eef08fbe6c084d7bf8dad2012739da;hp=cc9cbc38f52c01619e3801990253da35dde00a6a;hb=9c28eac5279462c0c57b1945b68faf6da51d753d;hpb=a5c5454a0e5ef53c9d2eff49955d7d8e5ce8fd4b diff --git a/makedist b/makedist index cc9cbc3..c115272 100755 --- a/makedist +++ b/makedist @@ -1,5 +1,6 @@ #!/bin/sh -ex +PATH=$HOME/work/meta4ra/contrib:$PATH cur=$(pwd) tmp=$(mktemp -d) release=$1 @@ -8,7 +9,7 @@ release=$1 git clone . $tmp/nncp-$release cd $tmp/nncp-$release git checkout v$release -redo VERSION +./version > VERSION cd src go mod vendor modvendor -v -copy="**/*_test.go **/words.go **/README.md **/main.go" @@ -35,9 +36,6 @@ find . \( \ -name .goreleaser.yml -o \ -name .gitattributes \) -delete -mkdir contrib -cp ~/work/redo/apenwarr/minimal/do contrib/do - cat > doc/download.texi <