X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=0c90ba8fd034cb37ae417c20c82b1d0e92e32e0a;hb=091f925fe3c916d26f020c300d98066f2dbd680f;hp=03fdbb9b4baf9560e7e60b65ded0a4deba837523;hpb=e101af62bf1b32dd49043431b19117f8d7977f65;p=nncp.git diff --git a/makedist.sh b/makedist.sh index 03fdbb9..0c90ba8 100755 --- a/makedist.sh +++ b/makedist.sh @@ -26,7 +26,7 @@ rm -r \ golang.org/x/sys/plan9 \ golang.org/x/sys/windows find github.com/klauspost/compress golang.org/x/sys -name "*_test.go" -delete -find . -type d -exec rmdir {} + || : +find . -type d -exec rmdir {} + 2>/dev/null || : cd ../.. rm -r ports find . \( \ @@ -195,6 +195,9 @@ http://www.nncpgo.org/Mirrors.html Please send questions regarding the use of NNCP, bug reports and patches to mailing list: http://lists.cypherpunks.ru/nncp_002ddevel.html EOF +echo mutt -s \"[EN] NNCP $release release announcement\" \ + nncp-devel@lists.cypherpunks.ru \ + -a $cur/doc/download/"$tarball".meta4 cat <