rpm-ostree/tests/utils/vmbuild.sh

16 lines
252 B
Bash
Raw Normal View History

#!/bin/bash
set -euo pipefail
source ${commondir}/libvm.sh
# create ssh-config if needed and export cmds
vm_setup
if [ -n "${VMCLEAN:-}" ]; then
vm_cmd rm -rf sync
fi
vm_rsync
vm_cmd make -C sync/vagrant install VERSION=$(git describe)
vm_reboot