Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-auth
Source project has a limited visibility.
Antoine Lambert's avatar
Antoine Lambert authored
When shutil.unpack_archive failed to unpack a tarball, fallback using
the tar command to perform that task.

Such issues were encountered when trying to unpack old tarballs coming
from CPAN.

Related to T2833
6a5ad761
History

Software Heritage - Core foundations

Low-level utilities and helpers used by almost all other modules in the stack.

core library for swh's modules:

  • config parser
  • serialization
  • logging mechanism
  • database connection
  • http-based RPC client/server