diff options
author | John W. Parent <45471568+johnwparent@users.noreply.github.com> | 2022-05-13 16:38:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 13:38:05 -0700 |
commit | e24e71be6aec4e83b2d7a9023068cab377132bbe (patch) | |
tree | 02a687393f51f507925441a92d9eb294d5ecb75f /COPYRIGHT | |
parent | 72d83a6f9458d6a99f78694ca92aac5ee5cf49af (diff) | |
download | spack-e24e71be6aec4e83b2d7a9023068cab377132bbe.tar.gz spack-e24e71be6aec4e83b2d7a9023068cab377132bbe.tar.bz2 spack-e24e71be6aec4e83b2d7a9023068cab377132bbe.tar.xz spack-e24e71be6aec4e83b2d7a9023068cab377132bbe.zip |
Preserve Permissions on .zip extraction (#30407)
#24556 merged in support for Python's .zip file support via ZipFile.
However as per #30200 ZipFile does not preserve file permissions of
the extracted contents. This PR returns to using the `unzip`
executable on non-Windows systems (as was the case before #24556)
and now uses `tar` on Windows to extract .zip files.
Diffstat (limited to 'COPYRIGHT')
0 files changed, 0 insertions, 0 deletions