changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: core and home rules (simple)

changeset 332: 6d808b5879f2
parent 331: 95a9560404ae
child 333: e62738da9ac3
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 08 Jul 2024 11:37:06 -0400
files: scripts/dist-sbcl-binary.sh skelfile
description: core and home rules (simple)
     1.1--- a/scripts/dist-sbcl-binary.sh	Mon Jul 08 10:58:32 2024 -0400
     1.2+++ b/scripts/dist-sbcl-binary.sh	Mon Jul 08 11:37:06 2024 -0400
     1.3@@ -17,6 +17,6 @@
     1.4          fi
     1.5      done` \
     1.6     sbcl/obj/sbcl-home
     1.7-# zstd sbcl.tar
     1.8+zstd sbcl.tar
     1.9 # rm sbcl.tar
    1.10 mv sbcl.tar.zst ../
     2.1--- a/skelfile	Mon Jul 08 10:58:32 2024 -0400
     2.2+++ b/skelfile	Mon Jul 08 11:37:06 2024 -0400
     2.3@@ -20,6 +20,8 @@
     2.4  (repos (src tmp) #$cd .stash/tmp && curl -O https://packy.compiler.company/src/comp.tar.zst && \
     2.5         unzstd comp.tar.zst && tar -xf comp.tar -C ../src && \
     2.6         mv ../src/hg/* ../src/ && rm -rf ../src/hg comp.tar$#)
     2.7+ (home (src) #$hg clone https://vc.compiler.company/comp/home .stash/src/home$#)
     2.8+ (core (src) #$hg clone https://vc.compiler.company/comp/core .stash/src/core$#)
     2.9  (packy-repos (src) #$cd .stash && curl -O https://packy.compiler.company/src/packy.tar.zst && \
    2.10               unzstd packy.tar.zst && tar -xf packy.tar -C src/packy && \
    2.11               rm -rf packy.tar$#)