# HG changeset patch # User Richard Westhaver # Date 1727204651 14400 # Node ID 6b92d9ffbc77a30eb7c617824668bd6e13e4bff4 # Parent 7c19637786a7e79cc1e8cb7b1cf07a59977524a8 fixes diff -r 7c19637786a7 -r 6b92d9ffbc77 .hgsubstate --- a/.hgsubstate Tue Sep 24 13:54:17 2024 -0400 +++ b/.hgsubstate Tue Sep 24 15:04:11 2024 -0400 @@ -1,4 +1,4 @@ 36849cbd95545dc18f5a4a3d07c9055beca38f0b box 0000000000000000000000000000000000000000 etc 13e2311f62218eb153de54dd7c51e422567df0ed home -c0ed453c44f90740506907af67580a910cbd14c2 pod +90970dfd5a8bf8734e4039616010bca1ed74b314 pod diff -r 7c19637786a7 -r 6b92d9ffbc77 scripts/get-blake3.sh --- a/scripts/get-blake3.sh Tue Sep 24 13:54:17 2024 -0400 +++ b/scripts/get-blake3.sh Tue Sep 24 15:04:11 2024 -0400 @@ -1,3 +1,3 @@ #!/usr/bin/env bash # get blake3 source code -git clone https://vc.compiler.company/packy/blake3.git .stash/src/blake3 +git clone https://vc.compiler.company/packy/blake3 .stash/src/blake3 diff -r 7c19637786a7 -r 6b92d9ffbc77 scripts/get-ecl.sh --- a/scripts/get-ecl.sh Tue Sep 24 13:54:17 2024 -0400 +++ b/scripts/get-ecl.sh Tue Sep 24 15:04:11 2024 -0400 @@ -1,4 +1,4 @@ #!/usr/bin/env bash # get ECL source code TARGETDIR=${1:-.stash/src/ecl} -git clone https://vc.compiler.company/packy/ecl.git $TARGETDIR +git clone https://vc.compiler.company/packy/ecl $TARGETDIR diff -r 7c19637786a7 -r 6b92d9ffbc77 scripts/get-nushell.sh --- a/scripts/get-nushell.sh Tue Sep 24 13:54:17 2024 -0400 +++ b/scripts/get-nushell.sh Tue Sep 24 15:04:11 2024 -0400 @@ -1,2 +1,2 @@ #!/bin/sh -git clone https://vc.compiler.company/packy/nushell.git .stash/src/nushell +git clone https://vc.compiler.company/packy/nushell .stash/src/nushell diff -r 7c19637786a7 -r 6b92d9ffbc77 scripts/get-nyxt.sh --- a/scripts/get-nyxt.sh Tue Sep 24 13:54:17 2024 -0400 +++ b/scripts/get-nyxt.sh Tue Sep 24 15:04:11 2024 -0400 @@ -1,2 +1,2 @@ #!/bin/sh -git clone https://vc.compiler.company/packy/nyxt.git .stash/src/nyxt +git clone https://vc.compiler.company/packy/nyxt .stash/src/nyxt diff -r 7c19637786a7 -r 6b92d9ffbc77 scripts/get-rust.sh --- a/scripts/get-rust.sh Tue Sep 24 13:54:17 2024 -0400 +++ b/scripts/get-rust.sh Tue Sep 24 15:04:11 2024 -0400 @@ -9,4 +9,4 @@ #rustup default nightly TARGETDIR=${1:-.stash/src/rust} -git clone https://vc.compiler.company/packy/rust.git $TARGETDIR +git clone https://vc.compiler.company/packy/rust $TARGETDIR diff -r 7c19637786a7 -r 6b92d9ffbc77 scripts/get-scryer-prolog.sh --- a/scripts/get-scryer-prolog.sh Tue Sep 24 13:54:17 2024 -0400 +++ b/scripts/get-scryer-prolog.sh Tue Sep 24 15:04:11 2024 -0400 @@ -1,2 +1,2 @@ #!/usr/bin/env bash -git clone https://vc.compiler.company/packy/scryer-prolog.git .stash/src/scryer-prolog +git clone https://vc.compiler.company/packy/scryer-prolog .stash/src/scryer-prolog diff -r 7c19637786a7 -r 6b92d9ffbc77 scripts/get-stumpwm.sh --- a/scripts/get-stumpwm.sh Tue Sep 24 13:54:17 2024 -0400 +++ b/scripts/get-stumpwm.sh Tue Sep 24 15:04:11 2024 -0400 @@ -1,2 +1,2 @@ #!/bin/sh -git clone https://vc.compiler.company/packy/stumpwm.git .stash/src/stumpwm +git clone https://vc.compiler.company/packy/stumpwm .stash/src/stumpwm diff -r 7c19637786a7 -r 6b92d9ffbc77 scripts/get-tree-sitter.sh --- a/scripts/get-tree-sitter.sh Tue Sep 24 13:54:17 2024 -0400 +++ b/scripts/get-tree-sitter.sh Tue Sep 24 15:04:11 2024 -0400 @@ -1,2 +1,2 @@ #!/usr/bin/bash -git clone https://vc.compiler.company/packy/tree-sitter.git .stash/src/tree-sitter +git clone https://vc.compiler.company/packy/tree-sitter .stash/src/tree-sitter diff -r 7c19637786a7 -r 6b92d9ffbc77 scripts/get-ublksrv.sh --- a/scripts/get-ublksrv.sh Tue Sep 24 13:54:17 2024 -0400 +++ b/scripts/get-ublksrv.sh Tue Sep 24 15:04:11 2024 -0400 @@ -1,3 +1,3 @@ #!/usr/bin/env bash # get ublksrv source code -git clone https://vc.compiler.company/packy/ublksrv.git .stash/src/ublksrv +git clone https://vc.compiler.company/packy/ublksrv .stash/src/ublksrv diff -r 7c19637786a7 -r 6b92d9ffbc77 skelfile --- a/skelfile Tue Sep 24 13:54:17 2024 -0400 +++ b/skelfile Tue Sep 24 15:04:11 2024 -0400 @@ -90,7 +90,7 @@ blake3_avx512_x86-64_unix.S$#) (install-blake3 () #$cd .stash/src/blake3/c && cp libblake3.so /usr/local/lib/ && cp blake3.h /usr/local/include/$#) ;; install - (install-tree-sitter-langs (src) #$PREFIX=.stash ./scripts/tree-sitter-langs.sh$#) + (install-tree-sitter-langs (src) #$./scripts/tree-sitter-langs.sh$#) (install-cargo-tools () #$scripts/install-cargo-tools.sh$#) (install-rustup () #$curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y$#) (install-sbcl () #$cd .stash/src/sbcl && INSTALL_ROOT=/usr/local sh install.sh$#)