X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=10bcc85791e4403212078b2e6edb6830f6cec53d;hb=314f58ec690c7321535d6718e8d3a0ecb4cac019;hp=4eef737eabb067f709953a6084a41e1f8cc39547;hpb=f941d7cb340205d0ef3ec333d56c37d4a3fa5e6f;p=goredo.git diff --git a/makedist.sh b/makedist.sh index 4eef737..10bcc85 100755 --- a/makedist.sh +++ b/makedist.sh @@ -79,6 +79,9 @@ cd .. rm -rf *.texi .redo .git .gitignore doc makedist.sh VERSION.do find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644 {} \; +find t/redo-sh.tests -name test -exec chmod +x {} \+ +find t -name wrapper.rc -exec chmod +x {} \+ +chmod +x t/apenwarr/sleep t/goredo-*.t cd .. tar cvf goredo-"$release".tar --uid=0 --gid=0 --numeric-owner goredo-"$release" @@ -104,7 +107,8 @@ Subject: goredo $release release announcement I am pleased to announce goredo $release release availability! -goredo is redo implementation on pure Go. +goredo is Go implementation of djb's redo, +Makefile replacement that sucks less. ------------------------ >8 ------------------------