changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 362: e3072a5cbc2d
parent: b8ba6c6ccd43
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 03 Sep 2024 20:41:20 -0400
permissions: -rwxr-xr-x
description: oops
1 #!/bin/sh
2 name="${1:-emacs-31.0.50}"
3 cd .stash/src/emacs
4 ./make-dist --tar --no-compress
5 zstd -8 "${name}.tar" -o "../../emacs.tar.zst"