summaryrefslogtreecommitdiff
path: root/scripts/check-vm-build-env
AgeCommit message (Collapse)Author
2017-01-25Switch all build scripts to python3.Daniil Baturin
Since we only support jessie as build host, and jessie knowingly does have python3 (although not by default), we don't really need to worry about being both 2 and 3 compatible.
2016-03-07Add product section to VMware OVF (ref T14).Yuya Kusakabe
2016-03-04Factor out dependency checking functions to its own class (ref T9).Daniil Baturin
2016-03-04Add qemu image build scriptsYuya Kusakabe