X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=245ae6c547a0d2896b88db7609dd792b4b94644a;hb=6a7abf90c3ac2ccf5b9e29818d8507bad4326b33;hp=e2c84ffdd672bc390b355baa0719a938e0c0188e;hpb=935b9cc1c9fa935093a463f3712f6eaac39f1120;p=nncp.git diff --git a/makedist.sh b/makedist.sh index e2c84ff..245ae6c 100755 --- a/makedist.sh +++ b/makedist.sh @@ -19,14 +19,14 @@ rm -r \ github.com/hjson/hjson-go/build_release.sh \ github.com/klauspost/compress/gen.sh \ github.com/klauspost/compress/gzhttp \ - github.com/klauspost/compress/internal \ + github.com/klauspost/compress/internal/snapref \ github.com/klauspost/compress/s2* \ github.com/klauspost/compress/snappy \ github.com/klauspost/compress/zstd/snappy.go \ 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 . \( \ @@ -36,7 +36,7 @@ find . \( \ -name .gitattributes \) -delete mkdir contrib -cp ~/work/redo/minimal/do contrib/do +cp ~/work/redo/apenwarr/minimal/do contrib/do cat > doc/download.texi < $texi < "$tarball".asc meta4-create -file "$tarball" -mtime "$tarball" -sig "$tarball".asc \ http://www.nncpgo.org/download/"$tarball" \ + http://y.www.nncpgo.org/download/"$tarball" \ https://nncp.mirrors.quux.org/download/"$tarball" > "$tarball".meta4 size=$(( $(stat -f %z $tarball) / 1024 ))