]> Cypherpunks repositories - gocheese.git/commitdiff
Unify redirection operator
authorSergey Matveev <stargrave@stargrave.org>
Tue, 26 Aug 2025 08:29:45 +0000 (11:29 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 26 Aug 2025 08:29:45 +0000 (11:29 +0300)
makedist

index 1072e38a59cf583e479ba66550957033024731a9..e44f4ca79d8eb1f5eb54e7bfd940a8bf90b68c79 100755 (executable)
--- a/makedist
+++ b/makedist
@@ -13,7 +13,7 @@ redo-ifchange VERSION
 
 go mod vendor
 
-cat > doc/download.texi <<EOF
+cat >doc/download.texi <<EOF
 You can obtain releases source code prepared tarballs on
 @url{http://www.gocheese.cypherpunks.su/}.
 EOF
@@ -29,7 +29,7 @@ mkinfo() {
 }
 
 texi=$(mktemp)
-cat > $texi <<EOF
+cat >$texi <<EOF
 \input texinfo
 @documentencoding UTF-8
 @settitle INSTALL
@@ -53,10 +53,10 @@ zstd -22 --ultra -v gocheese-"$release".tar
 tarball=gocheese-"$release".tar.zst
 ssh-keygen -Y sign -f ~/.ssh/sign/gocheese@cypherpunks.su -n file $tarball
 gpg --armor --detach-sign --sign --local-user CD5CD01F55343D88 $tarball
-meta4-create -fn "$tarball" -mtime "$tarball" \
+meta4ra-create -fn "$tarball" -mtime "$tarball" \
     -sig-pgp "$tarball".asc -sig-ssh "$tarball".sig \
     http://www.gocheese.cypherpunks.su/download/"$tarball" \
-    http://y.www.gocheese.cypherpunks.su/download/"$tarball" < "$tarball" > "$tarball".meta4
+    http://y.www.gocheese.cypherpunks.su/download/"$tarball" <"$tarball" >"$tarball".meta4
 
 size=$(( $(stat -f %z $tarball) / 1024 ))
 release_date=$(date "+%Y-%m-%d")