kiwi-el8/kiwi/storage/subformat
Dan Čermák 6cfc3912ab
Turn DiskFormat into an ordinary class
- it does not need to be an abstract base class
- use f-strings where applicable instead of format()
- change return type of _custom_args_for_format from list to tuple
2024-10-17 21:14:42 +02:00
..
template Fixed ovf Machine section setup for virtualbox 2020-04-30 13:38:20 +02:00
__init__.py Turn DiskFormat into an ordinary class 2024-10-17 21:14:42 +02: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 add allowExtraConfig and exportFlags to ovftool options 2024-09-05 15:50:42 +02: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 Don't compress vmdk images 2024-04-19 17:06:39 +02:00