changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/box-make.sh

changeset 371: 7dcabf3e0edc
parent: 989b1b4782dc
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 set -e
3 img="${1:-localhost/box}"
4 rule="${2:-sbcl-build}"
5 cmd="cd infra; skel pull ; skel make clean $rule"
6 podman run --name "$rule" --replace -it "$img" -c "$cmd"
7 podman cp --overwrite $rule:infra/.stash .