changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: fixes

changeset 370: 6b92d9ffbc77
parent 369: 7c19637786a7
child 371: 7dcabf3e0edc
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 24 Sep 2024 15:04:11 -0400
files: .hgsubstate scripts/get-blake3.sh scripts/get-ecl.sh scripts/get-nushell.sh scripts/get-nyxt.sh scripts/get-rust.sh scripts/get-scryer-prolog.sh scripts/get-stumpwm.sh scripts/get-tree-sitter.sh scripts/get-ublksrv.sh skelfile
description: fixes
     1.1--- a/.hgsubstate	Tue Sep 24 13:54:17 2024 -0400
     1.2+++ b/.hgsubstate	Tue Sep 24 15:04:11 2024 -0400
     1.3@@ -1,4 +1,4 @@
     1.4 36849cbd95545dc18f5a4a3d07c9055beca38f0b box
     1.5 0000000000000000000000000000000000000000 etc
     1.6 13e2311f62218eb153de54dd7c51e422567df0ed home
     1.7-c0ed453c44f90740506907af67580a910cbd14c2 pod
     1.8+90970dfd5a8bf8734e4039616010bca1ed74b314 pod
     2.1--- a/scripts/get-blake3.sh	Tue Sep 24 13:54:17 2024 -0400
     2.2+++ b/scripts/get-blake3.sh	Tue Sep 24 15:04:11 2024 -0400
     2.3@@ -1,3 +1,3 @@
     2.4 #!/usr/bin/env bash
     2.5 # get blake3 source code
     2.6-git clone https://vc.compiler.company/packy/blake3.git .stash/src/blake3
     2.7+git clone https://vc.compiler.company/packy/blake3 .stash/src/blake3
     3.1--- a/scripts/get-ecl.sh	Tue Sep 24 13:54:17 2024 -0400
     3.2+++ b/scripts/get-ecl.sh	Tue Sep 24 15:04:11 2024 -0400
     3.3@@ -1,4 +1,4 @@
     3.4 #!/usr/bin/env bash
     3.5 # get ECL source code
     3.6 TARGETDIR=${1:-.stash/src/ecl}
     3.7-git clone https://vc.compiler.company/packy/ecl.git $TARGETDIR
     3.8+git clone https://vc.compiler.company/packy/ecl $TARGETDIR
     4.1--- a/scripts/get-nushell.sh	Tue Sep 24 13:54:17 2024 -0400
     4.2+++ b/scripts/get-nushell.sh	Tue Sep 24 15:04:11 2024 -0400
     4.3@@ -1,2 +1,2 @@
     4.4 #!/bin/sh
     4.5-git clone https://vc.compiler.company/packy/nushell.git .stash/src/nushell
     4.6+git clone https://vc.compiler.company/packy/nushell .stash/src/nushell
     5.1--- a/scripts/get-nyxt.sh	Tue Sep 24 13:54:17 2024 -0400
     5.2+++ b/scripts/get-nyxt.sh	Tue Sep 24 15:04:11 2024 -0400
     5.3@@ -1,2 +1,2 @@
     5.4 #!/bin/sh
     5.5-git clone https://vc.compiler.company/packy/nyxt.git .stash/src/nyxt
     5.6+git clone https://vc.compiler.company/packy/nyxt .stash/src/nyxt
     6.1--- a/scripts/get-rust.sh	Tue Sep 24 13:54:17 2024 -0400
     6.2+++ b/scripts/get-rust.sh	Tue Sep 24 15:04:11 2024 -0400
     6.3@@ -9,4 +9,4 @@
     6.4 #rustup default nightly
     6.5 
     6.6 TARGETDIR=${1:-.stash/src/rust}
     6.7-git clone https://vc.compiler.company/packy/rust.git $TARGETDIR
     6.8+git clone https://vc.compiler.company/packy/rust $TARGETDIR
     7.1--- a/scripts/get-scryer-prolog.sh	Tue Sep 24 13:54:17 2024 -0400
     7.2+++ b/scripts/get-scryer-prolog.sh	Tue Sep 24 15:04:11 2024 -0400
     7.3@@ -1,2 +1,2 @@
     7.4 #!/usr/bin/env bash
     7.5-git clone https://vc.compiler.company/packy/scryer-prolog.git .stash/src/scryer-prolog
     7.6+git clone https://vc.compiler.company/packy/scryer-prolog .stash/src/scryer-prolog
     8.1--- a/scripts/get-stumpwm.sh	Tue Sep 24 13:54:17 2024 -0400
     8.2+++ b/scripts/get-stumpwm.sh	Tue Sep 24 15:04:11 2024 -0400
     8.3@@ -1,2 +1,2 @@
     8.4 #!/bin/sh
     8.5-git clone https://vc.compiler.company/packy/stumpwm.git .stash/src/stumpwm
     8.6+git clone https://vc.compiler.company/packy/stumpwm .stash/src/stumpwm
     9.1--- a/scripts/get-tree-sitter.sh	Tue Sep 24 13:54:17 2024 -0400
     9.2+++ b/scripts/get-tree-sitter.sh	Tue Sep 24 15:04:11 2024 -0400
     9.3@@ -1,2 +1,2 @@
     9.4 #!/usr/bin/bash
     9.5-git clone https://vc.compiler.company/packy/tree-sitter.git .stash/src/tree-sitter
     9.6+git clone https://vc.compiler.company/packy/tree-sitter .stash/src/tree-sitter
    10.1--- a/scripts/get-ublksrv.sh	Tue Sep 24 13:54:17 2024 -0400
    10.2+++ b/scripts/get-ublksrv.sh	Tue Sep 24 15:04:11 2024 -0400
    10.3@@ -1,3 +1,3 @@
    10.4 #!/usr/bin/env bash
    10.5 # get ublksrv source code
    10.6-git clone https://vc.compiler.company/packy/ublksrv.git .stash/src/ublksrv
    10.7+git clone https://vc.compiler.company/packy/ublksrv .stash/src/ublksrv
    11.1--- a/skelfile	Tue Sep 24 13:54:17 2024 -0400
    11.2+++ b/skelfile	Tue Sep 24 15:04:11 2024 -0400
    11.3@@ -90,7 +90,7 @@
    11.4          blake3_avx512_x86-64_unix.S$#)
    11.5  (install-blake3 () #$cd .stash/src/blake3/c && cp libblake3.so /usr/local/lib/ && cp blake3.h /usr/local/include/$#)
    11.6  ;; install
    11.7- (install-tree-sitter-langs (src) #$PREFIX=.stash ./scripts/tree-sitter-langs.sh$#)
    11.8+ (install-tree-sitter-langs (src) #$./scripts/tree-sitter-langs.sh$#)
    11.9  (install-cargo-tools () #$scripts/install-cargo-tools.sh$#)
   11.10  (install-rustup () #$curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y$#)
   11.11  (install-sbcl () #$cd .stash/src/sbcl && INSTALL_ROOT=/usr/local sh install.sh$#)