# HG changeset patch # User Richard Westhaver # Date 1725484491 14400 # Node ID f35358f2f4ff0a8ce4de44bf07c6096d9e17c059 # Parent e3072a5cbc2def4dc47a7719022ebb7ad8028116 updates diff -r e3072a5cbc2d -r f35358f2f4ff .hgsubstate --- a/.hgsubstate Tue Sep 03 20:41:20 2024 -0400 +++ b/.hgsubstate Wed Sep 04 17:14:51 2024 -0400 @@ -1,2 +1,2 @@ 36849cbd95545dc18f5a4a3d07c9055beca38f0b box -28492e359d92979562b44ae990ad8bec5f4427c5 pod +8a7410b6d45cb42e3713599c2207f2b9f839eada pod diff -r e3072a5cbc2d -r f35358f2f4ff scripts/get-cl.sh --- a/scripts/get-cl.sh Tue Sep 03 20:41:20 2024 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -TARGETDIR=${1:-.stash/src/cl} -hg clone https://vc.compiler.company/comp/cl $TARGETDIR -pushd $TARGETDIR -make -# sudo make install -popd diff -r e3072a5cbc2d -r f35358f2f4ff scripts/get-etc.sh --- a/scripts/get-etc.sh Tue Sep 03 20:41:20 2024 -0400 +++ b/scripts/get-etc.sh Wed Sep 04 17:14:51 2024 -0400 @@ -1,3 +1,3 @@ #!/bin/bash TARGETDIR=${1:-.stash/etc} -hg clone https://vc.compiler.company/comp/etc $TARGETDIR +hg clone https://vc.compiler.company/etc $TARGETDIR diff -r e3072a5cbc2d -r f35358f2f4ff scripts/get-lust.sh --- a/scripts/get-lust.sh Tue Sep 03 20:41:20 2024 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -# install the Lonely Rust compiler source code -TARGETDIR=${1:-.stash/lust} -hg clone https://vc.compiler.company/comp/lust $TARGETDIR -pushd $TARGETDIR -make -sudo make install -popd diff -r e3072a5cbc2d -r f35358f2f4ff scripts/mkarchiso-baseline.sh --- a/scripts/mkarchiso-baseline.sh Tue Sep 03 20:41:20 2024 -0400 +++ b/scripts/mkarchiso-baseline.sh Wed Sep 04 17:14:51 2024 -0400 @@ -3,7 +3,7 @@ PROFILE=".stash/src/box" mkdir -pv $WD/baseline -hg clone https://vc.compiler.company/comp/box $PROFILE +hg clone https://vc.compiler.company/infra/box $PROFILE pushd $PROFILE hg up baseline popd diff -r e3072a5cbc2d -r f35358f2f4ff scripts/mkarchiso-releng.sh --- a/scripts/mkarchiso-releng.sh Tue Sep 03 20:41:20 2024 -0400 +++ b/scripts/mkarchiso-releng.sh Wed Sep 04 17:14:51 2024 -0400 @@ -2,7 +2,7 @@ WD="${1:-.stash/box}" PROFILE=".stash/src/box" mkdir -pv $WD/releng -hg clone https://vc.compiler.company/comp/box $PROFILE +hg clone https://vc.compiler.company/infra/box $PROFILE pushd $PROFILE hg up releng popd diff -r e3072a5cbc2d -r f35358f2f4ff scripts/record-gif.sh --- a/scripts/record-gif.sh Tue Sep 03 20:41:20 2024 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -#!/usr/bin/env bash -# Wrapper for t-rec program -WINDOWID="${1}" t-rec -b transparent -qn -s 800ms -e 800ms --output "${2:-$(date +%s)}" diff -r e3072a5cbc2d -r f35358f2f4ff scripts/sc.sh --- a/scripts/sc.sh Tue Sep 03 20:41:20 2024 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -#!/bin/sh -# take screenshot of current window on sway -swaymsg -t get_tree | jq -r '.. | select(.focused?) | .rect | "\(.x),\(.y) \(.width)x\(.height)"' | grim -g - ${1:-"$(date +%s).png"} diff -r e3072a5cbc2d -r f35358f2f4ff scripts/t-rec.sh --- a/scripts/t-rec.sh Tue Sep 03 20:41:20 2024 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -#!/bin/bash -# simple t-rec wrapper -t-rec -q -s 1s -e 1s -o "${1}" "${2}" diff -r e3072a5cbc2d -r f35358f2f4ff skelfile --- a/skelfile Tue Sep 03 20:41:20 2024 -0400 +++ b/skelfile Wed Sep 04 17:14:51 2024 -0400 @@ -5,7 +5,7 @@ :description "The Compiler Company Infrastructure" :tags (:infra) :license "MPL" -:vc (:hg "https://vc.compiler.company/comp/infra") +:vc (:hg "https://vc.compiler.company/infra") :include ("pod/skelfile") :components ((:org "readme")) :scripts "scripts" @@ -23,8 +23,8 @@ unzstd comp.tar.zst && tar -xf comp.tar -C ../src && \ mv ../src/hg/* ../src/ && rm -rf ../src/hg comp.tar$#) (install-repos-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$#) + (home (src) #$hg clone https://vc.compiler.company/home .stash/src/home$#) + (core (src) #$hg clone https://vc.compiler.company/core .stash/src/core$#) (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/ && \ rm -rf packy.tar$#)