changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/mkarchiso-baseline.sh

changeset 252: b98dcf45aae3
parent: 8ba17c96a17f
child: f35358f2f4ff
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 07 Jun 2024 21:59:07 +0000
permissions: -rwxr-xr-x
description: rm nuklear
1 #!/bin/sh
2 WD="${1:-.stash/box}"
3 PROFILE=".stash/src/box"
4 mkdir -pv $WD/baseline
5 
6 hg clone https://vc.compiler.company/comp/box $PROFILE
7 pushd $PROFILE
8 hg up baseline
9 popd
10 sudo mkarchiso -v -w $(realpath $WD/baseline) -o $WD $PROFILE