changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: fixes

changeset 331: 95a9560404ae
parent 330: dbb5a77cc575
child 332: 6d808b5879f2
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 08 Jul 2024 10:58:32 -0400
files: scripts/dist-sbcl-binary.sh scripts/install-sbcl-pack.sh
description: fixes
     1.1--- a/scripts/dist-sbcl-binary.sh	Mon Jul 08 07:59:46 2024 -0400
     1.2+++ b/scripts/dist-sbcl-binary.sh	Mon Jul 08 10:58:32 2024 -0400
     1.3@@ -16,7 +16,7 @@
     1.4              echo $src_dir/Makefile
     1.5          fi
     1.6      done` \
     1.7-    sbcl/obj/sbcl-home && \
     1.8-zstd sbcl.tar && \
     1.9-rm sbcl.tar && \
    1.10+    sbcl/obj/sbcl-home
    1.11+# zstd sbcl.tar
    1.12+# rm sbcl.tar
    1.13 mv sbcl.tar.zst ../
     2.1--- a/scripts/install-sbcl-pack.sh	Mon Jul 08 07:59:46 2024 -0400
     2.2+++ b/scripts/install-sbcl-pack.sh	Mon Jul 08 10:58:32 2024 -0400
     2.3@@ -2,7 +2,7 @@
     2.4 set -e
     2.5 TARGET="${1:-x86_64-unknown-linux-gnu}"
     2.6 cd .stash/tmp
     2.7-curl -O "https://packy.compiler.company/dist/${TARGET}/sbcl.tar.zst"
     2.8+curl -O "https://packy.compiler.company/dist/${TARGET}/pack/sbcl.tar.zst"
     2.9 unzstd sbcl.tar.zst
    2.10 tar -xvf sbcl.tar
    2.11 cd sbcl