changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: update vc locations

changeset 367: ad4e0ebd3693
parent 366: e5f98f30bdf6
child 368: 43afcbbe2d07
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 13 Sep 2024 22:17:56 -0400
files: scripts/get-emacs.sh scripts/get-rocksdb.sh scripts/get-sbcl.sh
description: update vc locations
     1.1--- a/scripts/get-emacs.sh	Fri Sep 13 20:18:57 2024 -0400
     1.2+++ b/scripts/get-emacs.sh	Fri Sep 13 22:17:56 2024 -0400
     1.3@@ -1,3 +1,3 @@
     1.4 #!/usr/bin/env bash
     1.5 # get Emacs source code
     1.6-git clone https://vc.compiler.company/packy/emacs.git .stash/src/emacs
     1.7+git clone https://vc.compiler.company/packy/emacs .stash/src/emacs
     2.1--- a/scripts/get-rocksdb.sh	Fri Sep 13 20:18:57 2024 -0400
     2.2+++ b/scripts/get-rocksdb.sh	Fri Sep 13 22:17:56 2024 -0400
     2.3@@ -1,3 +1,3 @@
     2.4 #!/usr/bin/env bash
     2.5 # get RocksDB source code
     2.6-git clone https://vc.compiler.company/packy/rocksdb.git .stash/src/rocksdb
     2.7+git clone https://vc.compiler.company/packy/rocksdb .stash/src/rocksdb
     3.1--- a/scripts/get-sbcl.sh	Fri Sep 13 20:18:57 2024 -0400
     3.2+++ b/scripts/get-sbcl.sh	Fri Sep 13 22:17:56 2024 -0400
     3.3@@ -1,4 +1,4 @@
     3.4 #!/usr/bin/env bash
     3.5 # get SBCL source code
     3.6 TARGETDIR=${1:-.stash/src/sbcl}
     3.7-git clone https://vc.compiler.company/packy/sbcl.git $TARGETDIR
     3.8+git clone https://vc.compiler.company/packy/sbcl $TARGETDIR