summaryrefslogtreecommitdiff
path: root/liw-build.sh
blob: ccaecfef9b547900346ec3e9cd6c4056e6c58236 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -euo pipefail

images=$HOME/tmp/ambient
date="$(date -Id)"

build-on . . ambient-dev sudo ./build-and-test.sh ~/new.qcow2 ~ --playbook liw.yml
scp ambient-dev:new.qcow2 $images/ambient-boot-$date.qcow2