]> Cypherpunks.ru repositories - goredo.git/blobdiff - makedist.sh
Repetitive OOD optimization
[goredo.git] / makedist.sh
index 637b1826d4978bd59d1c2025eacad59efe29bde8..10bcc85791e4403212078b2e6edb6830f6cec53d 100755 (executable)
@@ -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 ------------------------