changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/mkarchiso-releng.sh

changeset 371: 7dcabf3e0edc
parent: f35358f2f4ff
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 24 Sep 2024 15:53:24 -0400
permissions: -rwxr-xr-x
description: no link in bootstrap.sh
1 #!/bin/sh
2 WD="${1:-.stash/box}"
3 PROFILE=".stash/src/box"
4 mkdir -pv $WD/releng
5 hg clone https://vc.compiler.company/infra/box $PROFILE
6 pushd $PROFILE
7 hg up releng
8 popd
9 sudo mkarchiso -v -w $(realpath $WD/releng) -o $WD $PROFILE