move OVF module over from qemu-server
Copy over the PVE::QemuServer::OVF module and relevant OVF tests from the qemu-server package/repo. We need it here for implementing the import content type support to generic directory based plugins. So it will also use PVE::Storage modules and thus anything higher, or a different package, makes things only harder for now. Put the OVF module under the new PVE::GuestImport module namespace. Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> [ TL: rework commit message to avoid file endings and clarify intentions ] Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
bffcbe2662
commit
5005ff5ab9
3
src/PVE/GuestImport/Makefile
Normal file
3
src/PVE/GuestImport/Makefile
Normal file
@ -0,0 +1,3 @@
|
||||
.PHONY: install
|
||||
install:
|
||||
install -D -m 0644 OVF.pm ${DESTDIR}${PERLDIR}/PVE/GuestImport/OVF.pm
|
||||
Reference in New Issue
Block a user