changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/get-iso.sh

changeset 315: 0f82807e8b6e
parent: 8ba17c96a17f
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 07 Jul 2024 18:09:47 -0400
permissions: -rwxr-xr-x
description: edit dist scripts to support busybox tar
1 #!/bin/sh
2 IMG="${1:-releng}"
3 OUT_FILE="$IMG-x86_64.iso"
4 OUT=".stash/box"
5 mkdir -pv $OUT
6 cd $OUT && curl -O "https://packy.compiler.company/box/$OUT_FILE"