kiwi-el8/kiwi/storage/subformat
Marcus Schäfer 4fc0d2147d
Move DiskFormat to context manager
Change the DiskFormat Factory to be a context manager.
All code using DiskFormat was updated to the following
with statement:

    with DiskFormat(...).new as disk_format:
        disk_format.some_member()

This is related to Issue #2412
2024-02-29 16:42:49 +01:00
..
template Fixed ovf Machine section setup for virtualbox 2020-04-30 13:38:20 +02:00
__init__.py Fixed code smells reported from codacy 2021-02-25 09:31:17 +01:00
base.py Move DiskFormat to context manager 2024-02-29 16:42:49 +01:00
gce.py utils/temporary: rename dir parameter to path 2021-11-08 14:28:23 +01:00
ova.py Fix error message regarding ovftool 2024-02-02 12:26:17 +01:00
qcow2.py Moving temp data handling to its own namespace 2021-07-22 13:31:44 +02:00
vagrant_base.py Moving temp data handling to its own namespace 2021-07-22 13:31:44 +02:00
vagrant_libvirt.py Added strong typing for the following API methods 2021-02-23 11:29:12 +01:00
vagrant_virtualbox.py Added strong typing for the following API methods 2021-02-23 11:29:12 +01:00
vdi.py Added strong typing for the following API methods 2021-02-23 11:29:12 +01:00
vhd.py Added strong typing for the following API methods 2021-02-23 11:29:12 +01:00
vhdfixed.py Subformats should also not be compressed when encryption is enabled (#2138) 2022-05-17 08:54:46 +02:00
vhdx.py Added strong typing for the following API methods 2021-02-23 11:29:12 +01:00
vmdk.py Subformats should also not be compressed when encryption is enabled (#2138) 2022-05-17 08:54:46 +02:00