]> Cypherpunks.ru repositories - goredo.git/blobdiff - makedist.sh
Remove excess REDO_NO_PROGRESS
[goredo.git] / makedist.sh
index ad38c99d3c3a8c021ede575b8b2a9c554fb71be5..9213e1a0a31f6579b17a7b05b1b13fa50d729b0b 100755 (executable)
@@ -77,10 +77,10 @@ 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 {} \+
+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 ..
@@ -93,9 +93,10 @@ size=$(( $(stat -f %z $tarball) / 1024 ))
 hash=$(gpg --print-md SHA256 < $tarball)
 release_date=$(date "+%Y-%m-%d")
 
+release_underscored=`echo $release | tr . _`
 cat <<EOF
 An entry for documentation:
-@item @ref{Release $release, $release} @tab $release_date @tab $size KiB
+@item @ref{Release $release_underscored, $release} @tab $release_date @tab $size KiB
 @tab @url{download/goredo-${release}.tar.zst, link} @url{download/goredo-${release}.tar.zst.sig, sign}
 @tab @code{$hash}
 EOF
@@ -107,7 +108,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 ------------------------
 
@@ -128,5 +130,5 @@ GPG key ID: 0x3A528DDE952C7E93 goredo releases <goredo@cypherpunks.ru>
 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