core-admin/qubes/tests
Marek Marczykowski-Górecki 397a8263bd
tarwriter: use new PAX format, instead of old GNU for sparse files
The old format have many issues and is discouraged by tar developers. In
this case the most important one is header with possible non-ASCII
characters, which will result in UnicodeDecodeError (tarfile module
require header parts in utf-8).
PAX format is much cleaner, as it use standard mechanism for extended
headers.
2017-07-21 03:14:06 +02:00
..
integ
tools
vm
__init__.py
api_admin.py
api_misc.py
api.py
app.py
devices_block.py
devices.py
events.py
ext.py
extra.py
firewall.py
init.py
run.py
storage_file.py
storage_kernels.py
storage_lvm.py
storage.py
tarwriter.py