changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/mkarchiso-releng.sh

changeset 320: 9422a14d72fd
parent: 8ba17c96a17f
child: f35358f2f4ff
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 07 Jul 2024 21:07:07 -0400
permissions: -rwxr-xr-x
description: tweak
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/comp/box $PROFILE
6 pushd $PROFILE
7 hg up releng
8 popd
9 sudo mkarchiso -v -w $(realpath $WD/releng) -o $WD $PROFILE