changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: ugh100

changeset 325: b4349cc7cb86
parent 324: 7f7747755dfc
child 326: 8fb224cc0b59
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 07 Jul 2024 23:13:50 -0400
files: scripts/dist-emacs-binary.sh
description: ugh100
     1.1--- a/scripts/dist-emacs-binary.sh	Sun Jul 07 21:59:36 2024 -0400
     1.2+++ b/scripts/dist-emacs-binary.sh	Sun Jul 07 23:13:50 2024 -0400
     1.3@@ -1,6 +1,6 @@
     1.4 #!/bin/sh
     1.5 set -e
     1.6-name="${1:-emacs}"
     1.7+name="${1:-emacs-31.0.50}"
     1.8 cd .stash/src/emacs
     1.9 ./make-dist --tar --no-compress
    1.10-zstd -22 "${name}*.tar" -o "../../${name}.tar.zst"
    1.11+zstd -22 "${name}.tar" -o "../../emacs.tar.zst"