X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=makedist.sh;h=85d815389b370676f3646eaa5dc3a9688a0869ea;hb=ed2bf87ba30cd8d5934b6f29a922e48039ab00ab;hp=637b1826d4978bd59d1c2025eacad59efe29bde8;hpb=7e71a1e965ccf439d484bdaef5afb4887ee8baf6;p=goredo.git diff --git a/makedist.sh b/makedist.sh index 637b182..85d8153 100755 --- a/makedist.sh +++ b/makedist.sh @@ -72,11 +72,6 @@ modvendor -v -copy="**/*_test.go **/private-gen.go **/main.go **/vectors.json ** rm -rf vendor/golang.org/x/sys/plan9 vendor/golang.org/x/sys/windows find vendor/golang.org/x/sys -name "*_test.go" -delete find . \( -name .gitignore -o -name .travis.yml \) -delete - -rm vendor/lukechampine.com/blake3/cpu_darwin.go -sed -n -i.tmp '3,$p' vendor/lukechampine.com/blake3/cpu.go -rm vendor/lukechampine.com/blake3/cpu.go.tmp - cd .. ######################################################################## @@ -84,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" @@ -109,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 ------------------------ @@ -130,5 +129,5 @@ GPG key ID: 0x3A528DDE952C7E93 goredo releases Fingerprint: 7531 BB84 FAF0 BF35 960C 63B9 3A52 8DDE 952C 7E93 Please send questions regarding the use of goredo, bug reports and patches -to mailing list: https://lists.cypherpunks.ru/pipermail/goredo-devel/ +to mailing list: http://lists.cypherpunks.ru/goredo_002ddevel.html EOF