kubic-project / kubic-terraform-kvm

Kubic Terraform script using KVM/libvirt
Apache License 2.0
31 stars 10 forks source link

download-image: Perform sha256 sum check when file exists #10

Closed vadorovsky closed 5 years ago

vadorovsky commented 5 years ago

Before this change, download-image.py script was trying to open kubic.qcow2 file for sha256 sum check regardless of whether the file existed.

Fixes: #9 Fixes: f46bfaa5c87c ("download-image.sh: Load only new images")

Signed-off-by: Michal Rostecki mrostecki@opensuse.org