HomeSoftware Heritage

tarball: Add support to unpack ZIP archive with implode compression

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

tarball: Add support to unpack ZIP archive with implode compression

Python zipfile module does not support the unpacking of ZIP archive
with legacy compression type 6 (implode).

Fallback using the unzip command in that case as it supports the
unpacking of such ZIP file.

Closes T3369

Commit No Longer Exists

This commit no longer exists in the repository.