changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: updates

changeset 363: f35358f2f4ff
parent 362: e3072a5cbc2d
child 365: aaf412c55766
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 04 Sep 2024 17:14:51 -0400
files: .hgsubstate scripts/get-cl.sh scripts/get-etc.sh scripts/get-lust.sh scripts/mkarchiso-baseline.sh scripts/mkarchiso-releng.sh scripts/record-gif.sh scripts/sc.sh scripts/t-rec.sh skelfile
description: updates
     1.1--- a/.hgsubstate	Tue Sep 03 20:41:20 2024 -0400
     1.2+++ b/.hgsubstate	Wed Sep 04 17:14:51 2024 -0400
     1.3@@ -1,2 +1,2 @@
     1.4 36849cbd95545dc18f5a4a3d07c9055beca38f0b box
     1.5-28492e359d92979562b44ae990ad8bec5f4427c5 pod
     1.6+8a7410b6d45cb42e3713599c2207f2b9f839eada pod
     2.1--- a/scripts/get-cl.sh	Tue Sep 03 20:41:20 2024 -0400
     2.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3@@ -1,7 +0,0 @@
     2.4-#!/usr/bin/env bash
     2.5-TARGETDIR=${1:-.stash/src/cl}
     2.6-hg clone https://vc.compiler.company/comp/cl $TARGETDIR
     2.7-pushd $TARGETDIR
     2.8-make
     2.9-# sudo make install
    2.10-popd
     3.1--- a/scripts/get-etc.sh	Tue Sep 03 20:41:20 2024 -0400
     3.2+++ b/scripts/get-etc.sh	Wed Sep 04 17:14:51 2024 -0400
     3.3@@ -1,3 +1,3 @@
     3.4 #!/bin/bash
     3.5 TARGETDIR=${1:-.stash/etc}
     3.6-hg clone https://vc.compiler.company/comp/etc $TARGETDIR
     3.7+hg clone https://vc.compiler.company/etc $TARGETDIR
     4.1--- a/scripts/get-lust.sh	Tue Sep 03 20:41:20 2024 -0400
     4.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3@@ -1,8 +0,0 @@
     4.4-#!/usr/bin/env bash
     4.5-# install the Lonely Rust compiler source code
     4.6-TARGETDIR=${1:-.stash/lust}
     4.7-hg clone https://vc.compiler.company/comp/lust $TARGETDIR
     4.8-pushd $TARGETDIR
     4.9-make
    4.10-sudo make install
    4.11-popd
     5.1--- a/scripts/mkarchiso-baseline.sh	Tue Sep 03 20:41:20 2024 -0400
     5.2+++ b/scripts/mkarchiso-baseline.sh	Wed Sep 04 17:14:51 2024 -0400
     5.3@@ -3,7 +3,7 @@
     5.4 PROFILE=".stash/src/box"
     5.5 mkdir -pv $WD/baseline
     5.6 
     5.7-hg clone https://vc.compiler.company/comp/box $PROFILE
     5.8+hg clone https://vc.compiler.company/infra/box $PROFILE
     5.9 pushd $PROFILE
    5.10 hg up baseline
    5.11 popd
     6.1--- a/scripts/mkarchiso-releng.sh	Tue Sep 03 20:41:20 2024 -0400
     6.2+++ b/scripts/mkarchiso-releng.sh	Wed Sep 04 17:14:51 2024 -0400
     6.3@@ -2,7 +2,7 @@
     6.4 WD="${1:-.stash/box}"
     6.5 PROFILE=".stash/src/box"
     6.6 mkdir -pv $WD/releng
     6.7-hg clone https://vc.compiler.company/comp/box $PROFILE
     6.8+hg clone https://vc.compiler.company/infra/box $PROFILE
     6.9 pushd $PROFILE
    6.10 hg up releng
    6.11 popd
     7.1--- a/scripts/record-gif.sh	Tue Sep 03 20:41:20 2024 -0400
     7.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3@@ -1,3 +0,0 @@
     7.4-#!/usr/bin/env bash
     7.5-# Wrapper for t-rec program
     7.6-WINDOWID="${1}" t-rec -b transparent -qn -s 800ms -e 800ms --output "${2:-$(date +%s)}"
     8.1--- a/scripts/sc.sh	Tue Sep 03 20:41:20 2024 -0400
     8.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3@@ -1,3 +0,0 @@
     8.4-#!/bin/sh
     8.5-# take screenshot of current window on sway
     8.6-swaymsg -t get_tree | jq -r '.. | select(.focused?) | .rect | "\(.x),\(.y) \(.width)x\(.height)"' | grim -g - ${1:-"$(date +%s).png"}
     9.1--- a/scripts/t-rec.sh	Tue Sep 03 20:41:20 2024 -0400
     9.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3@@ -1,3 +0,0 @@
     9.4-#!/bin/bash
     9.5-# simple t-rec wrapper
     9.6-t-rec -q -s 1s -e 1s -o "${1}" "${2}"
    10.1--- a/skelfile	Tue Sep 03 20:41:20 2024 -0400
    10.2+++ b/skelfile	Wed Sep 04 17:14:51 2024 -0400
    10.3@@ -5,7 +5,7 @@
    10.4 :description "The Compiler Company Infrastructure"
    10.5 :tags (:infra)
    10.6 :license "MPL"
    10.7-:vc (:hg "https://vc.compiler.company/comp/infra")
    10.8+:vc (:hg "https://vc.compiler.company/infra")
    10.9 :include ("pod/skelfile")
   10.10 :components ((:org "readme"))
   10.11 :scripts "scripts"
   10.12@@ -23,8 +23,8 @@
   10.13         unzstd comp.tar.zst && tar -xf comp.tar -C ../src && \
   10.14         mv ../src/hg/* ../src/ && rm -rf ../src/hg comp.tar$#)
   10.15  (install-repos-shallow (repos) #$cd .stash/src && mv *.hg /usr/local/src/$#)
   10.16- (home (src) #$hg clone https://vc.compiler.company/comp/home .stash/src/home$#)
   10.17- (core (src) #$hg clone https://vc.compiler.company/comp/core .stash/src/core$#)
   10.18+ (home (src) #$hg clone https://vc.compiler.company/home .stash/src/home$#)
   10.19+ (core (src) #$hg clone https://vc.compiler.company/core .stash/src/core$#)
   10.20  (packy-repos (src) #$cd .stash/tmp && curl -O https://packy.compiler.company/src/packy.tar.zst && \
   10.21               unzstd packy.tar.zst && tar -xf packy.tar -C ../src/ && \
   10.22               rm -rf packy.tar$#)