]> Cypherpunks.ru repositories - goredo.git/commitdiff
Fix tests permissions v0.12.2
authorSergey Matveev <stargrave@stargrave.org>
Wed, 13 Jan 2021 15:15:05 +0000 (18:15 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 13 Jan 2021 15:20:59 +0000 (18:20 +0300)
doc/news.texi
makedist.sh

index c25d6c0450dd8790c65bea8905fde1a044e08c72..26c580577b0c8054885c1fd9e83e0e417b87b35f 100644 (file)
@@ -6,6 +6,8 @@
 @itemize
 @item
     Try to fix failing @code{lukechampine.com/blake3} on arm64 macOS.
+@item
+    Fixed tests permissions in the tarball.
 @end itemize
 
 @anchor{Release 0.12.1}
index 637b1826d4978bd59d1c2025eacad59efe29bde8..7889d49e01726b8829ab44f6ff9902d25a21021c 100755 (executable)
@@ -84,6 +84,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"