Skip to content
  • Nirbheek Chauhan's avatar
    cerbero/unpack: Use tarfile module for xz tarballs too · 313305fd
    Nirbheek Chauhan authored
    Since Python 3.3, the tarfile module also supports lzma compression
    and the implementation is less buggy than the MSYS tar:
    
    1. It does not error out on uids that are out of range
    2. Handles symlinks correctly by coping the file on extract
    3. Better error reporting
    313305fd