changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: fixes

changeset 355: 2fdc3544cde7
parent 354: b8ba6c6ccd43
child 356: 955afe21959d
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 30 Jul 2024 19:20:40 -0400
files: skelfile
description: fixes
     1.1--- a/skelfile	Tue Jul 30 19:00:43 2024 -0400
     1.2+++ b/skelfile	Tue Jul 30 19:20:40 2024 -0400
     1.3@@ -100,10 +100,10 @@
     1.4  ;; dist
     1.5  (dist-emacs-mini () #$cd .stash/src/emacs
     1.6                   ./make-dist --tar --no-compress
     1.7-                  zstd -8 emacs-31.0.50 -o "../../emacs-mini.tar.zst"$#)
     1.8+                  zstd -8 emacs-31.0.50.tar -o "../../emacs-mini.tar.zst"$#)
     1.9  (dist-emacs () #$cd .stash/src/emacs
    1.10              ./make-dist --tar --no-compress
    1.11-             zstd -8 emacs-31.0.50 -o "../../emacs.tar.zst"$#)
    1.12+             zstd -8 emacs-31.0.50.tar -o "../../emacs.tar.zst"$#)
    1.13  (dist-sbcl () #$scripts/dist-sbcl-binary.sh$#)
    1.14  (dist-sbcl-source () #$scripts/dist-sbcl-binary.sh$#)
    1.15  (dist-rocksdb () #$scripts/dist-rocksdb-binary.sh$#)