changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/get-lust.sh

changeset 14: b1363d688ae1
parent: 015c6f7d6e16
child: 3491c1d1815d
author: ellis <ellis@rwest.io>
date: Mon, 27 Nov 2023 18:26:13 -0500
permissions: -rwxr-xr-x
description: git-vendor-pull.sh
1 #!/usr/bin/bash
2 VER="${1:-main}"
3 TARGETDIR=${2:-$(realpath build/lust-$VER)}
4 hg clone https://vc.compiler.company/lust $TARGETDIR
5 pushd $TARGETDIR
6 make
7 sudo make install
8 popd