changelog shortlog graph tags branches changeset files revisions annotate raw help

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

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