kiwi-el8/kiwi/storage
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
..
subformat Move DiskFormat to context manager 2024-02-29 16:42:49 +01:00
__init__.py Continue Refactor into subpackage 2016-02-29 11:37:27 +01:00
clone_device.py Move FileSystem to context manager 2024-01-12 20:03:51 +01:00
device_provider.py Add strong typing for the following API methods 2021-02-12 11:49:58 +00:00
disk.py Fallback to built-in partition UUID table 2024-02-26 14:59:56 +01:00
integrity_device.py Move VolumeManager to context manager 2024-02-21 09:40:47 +01:00
loop_device.py Move LoopDevice class to context manager 2024-01-11 19:18:01 +01:00
luks_device.py Move VolumeManager to context manager 2024-02-21 09:40:47 +01:00
mapped_device.py Add strong typing for the following API methods 2021-02-12 11:49:58 +00:00
raid_device.py Move VolumeManager to context manager 2024-02-21 09:40:47 +01:00
setup.py Support squashfs in custom partitions 2022-06-21 22:19:56 +02:00