changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: :)

changeset 37: 745d8b0118e5
parent 36: 1a531f8e436f
child 38: 197d061b1f2e
author: ellis <ellis@rwest.io>
date: Sat, 30 Dec 2023 23:40:09 -0500
files: scripts/bundle-dir.sh scripts/get-cl.sh scripts/get-comp.sh scripts/get-emacs.sh scripts/get-linux.sh scripts/get-lust.sh scripts/get-rocksdb.sh scripts/get-rust.sh scripts/git-vendor-pull.sh scripts/record-gif.sh
description: :)
     1.1--- a/scripts/bundle-dir.sh	Sat Dec 30 23:37:16 2023 -0500
     1.2+++ b/scripts/bundle-dir.sh	Sat Dec 30 23:40:09 2023 -0500
     1.3@@ -1,4 +1,4 @@
     1.4-#!/bin/bash
     1.5+#!/usr/bin/env bash
     1.6 # bundle a tar.zst archive of Mercurial repositories.
     1.7 WD=/mnt/y/data/packy
     1.8 #WD=$(realpath dist)
     2.1--- a/scripts/get-cl.sh	Sat Dec 30 23:37:16 2023 -0500
     2.2+++ b/scripts/get-cl.sh	Sat Dec 30 23:40:09 2023 -0500
     2.3@@ -1,4 +1,4 @@
     2.4-#!/usr/bin/bash
     2.5+#!/usr/bin/env bash
     2.6 TARGETDIR=${1:-$(realpath build/cl)}
     2.7 hg clone https://vc.compiler.company/cl $TARGETDIR
     2.8 pushd $TARGETDIR
     3.1--- a/scripts/get-comp.sh	Sat Dec 30 23:37:16 2023 -0500
     3.2+++ b/scripts/get-comp.sh	Sat Dec 30 23:40:09 2023 -0500
     3.3@@ -1,4 +1,4 @@
     3.4-#!/bin/bash
     3.5+#!/usr/bin/env bash
     3.6 # Get The Compiler Company source code
     3.7 SRC="${1:-comp}"
     3.8 OUT=build/src/$SRC
     4.1--- a/scripts/get-emacs.sh	Sat Dec 30 23:37:16 2023 -0500
     4.2+++ b/scripts/get-emacs.sh	Sat Dec 30 23:40:09 2023 -0500
     4.3@@ -1,4 +1,4 @@
     4.4-#!/usr/bin/bash
     4.5+#!/usr/bin/env bash
     4.6 # get Emacs source code
     4.7 TARGETDIR=${1:-$(realpath build/src/emacs)}
     4.8 git clone https://vc.compiler.company/packy/shed/vendor/emacs.git $TARGETDIR
     5.1--- a/scripts/get-linux.sh	Sat Dec 30 23:37:16 2023 -0500
     5.2+++ b/scripts/get-linux.sh	Sat Dec 30 23:40:09 2023 -0500
     5.3@@ -1,4 +1,4 @@
     5.4-#!/usr/bin/bash
     5.5+#!/usr/bin/env bash
     5.6 # get-linux
     5.7 
     5.8 # from https://git.kernel.org/pub/scm/linux/kernel/git/mricon/korg-helpers.git/tree/get-verified-tarball
     6.1--- a/scripts/get-lust.sh	Sat Dec 30 23:37:16 2023 -0500
     6.2+++ b/scripts/get-lust.sh	Sat Dec 30 23:40:09 2023 -0500
     6.3@@ -1,4 +1,4 @@
     6.4-#!/usr/bin/bash
     6.5+#!/usr/bin/env bash
     6.6 # install the Lonely Rust compiler source code
     6.7 TARGETDIR=${1:-$(realpath build/lust)}
     6.8 hg clone https://vc.compiler.company/lust $TARGETDIR
     7.1--- a/scripts/get-rocksdb.sh	Sat Dec 30 23:37:16 2023 -0500
     7.2+++ b/scripts/get-rocksdb.sh	Sat Dec 30 23:40:09 2023 -0500
     7.3@@ -1,4 +1,4 @@
     7.4-#!/usr/bin/bash
     7.5+#!/usr/bin/env bash
     7.6 # get RocksDB source code
     7.7 TARGETDIR=${2:-$(realpath build/src/rocksdb)}
     7.8 git clone https://vc.compiler.company/packy/shed/vendor/rocksdb.git $TARGETDIR
     8.1--- a/scripts/get-rust.sh	Sat Dec 30 23:37:16 2023 -0500
     8.2+++ b/scripts/get-rust.sh	Sat Dec 30 23:40:09 2023 -0500
     8.3@@ -1,4 +1,4 @@
     8.4-#!/usr/bin/bash
     8.5+#!/usr/bin/env bash
     8.6 
     8.7 # get rust source code
     8.8 
     9.1--- a/scripts/git-vendor-pull.sh	Sat Dec 30 23:37:16 2023 -0500
     9.2+++ b/scripts/git-vendor-pull.sh	Sat Dec 30 23:40:09 2023 -0500
     9.3@@ -1,4 +1,4 @@
     9.4-#!/usr/bin/bash
     9.5+#!/usr/bin/env bash
     9.6 # pull a vendored dependency and push to upstream vc
     9.7 
     9.8 # scripts/git-vendor-pull.sh git.savannah.gnu.org/git emacs master
    10.1--- a/scripts/record-gif.sh	Sat Dec 30 23:37:16 2023 -0500
    10.2+++ b/scripts/record-gif.sh	Sat Dec 30 23:40:09 2023 -0500
    10.3@@ -1,3 +1,3 @@
    10.4-#!/usr/bin/bash
    10.5+#!/usr/bin/env bash
    10.6 # Wrapper for t-rec program
    10.7 WINDOWID="${1}" t-rec -b transparent -qn -s 800ms -e 800ms --output "${2:-$(date +%s)}"