changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/get-sbcl.sh

changeset 367: ad4e0ebd3693
parent: 989b1b4782dc
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 13 Sep 2024 22:17:56 -0400
permissions: -rwxr-xr-x
description: update vc locations
1 #!/usr/bin/env bash
2 # get SBCL source code
3 TARGETDIR=${1:-.stash/src/sbcl}
4 git clone https://vc.compiler.company/packy/sbcl $TARGETDIR