X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=00c1bb0560e370f446b1277c96f62bd9945169c7;hb=18de9cc50e2f08382295f7a44b5668262a19ec4b;hp=e2c84ffdd672bc390b355baa0719a938e0c0188e;hpb=935b9cc1c9fa935093a463f3712f6eaac39f1120;p=nncp.git diff --git a/makedist.sh b/makedist.sh index e2c84ff..00c1bb0 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 . \( \ @@ -69,7 +69,7 @@ cat > $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 ))