# HG changeset patch # User Richard Westhaver # Date 1721535773 14400 # Node ID 05a9e5c553f3181a4d8b5140514ef39f14da66eb # Parent b7dd9ff3232fe2956fe832520218bf2586ad6ee7 up diff -r b7dd9ff3232f -r 05a9e5c553f3 skelfile --- a/skelfile Sat Jul 20 16:53:56 2024 -0400 +++ b/skelfile Sun Jul 21 00:22:53 2024 -0400 @@ -23,7 +23,7 @@ (repos-install-shallow (repos) #$cd .stash/src && mv *.hg /usr/local/src/$#) (home (src) #$hg clone https://vc.compiler.company/comp/home .stash/src/home$#) (core (src) #$hg clone https://vc.compiler.company/comp/core .stash/src/core$#) - (packy-repos (src) #$cd .stash && curl -O https://packy.compiler.company/src/packy.tar.zst && \ + (packy-repos (src) #$cd .stash/tmp && curl -O https://packy.compiler.company/src/packy.tar.zst && \ unzstd packy.tar.zst && tar -xf packy.tar -C src/packy && \ rm -rf packy.tar$#) ;; containers