changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/dist-emacs-binary.sh

changeset 325: b4349cc7cb86
parent: 367bc1714864
child: b8ba6c6ccd43
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 07 Jul 2024 23:13:50 -0400
permissions: -rwxr-xr-x
description: ugh100
1 #!/bin/sh
2 set -e
3 name="${1:-emacs-31.0.50}"
4 cd .stash/src/emacs
5 ./make-dist --tar --no-compress
6 zstd -22 "${name}.tar" -o "../../emacs.tar.zst"