Skip to content
  • Sebastien Luttringer's avatar
    Use external compressor and archiver · 8fea05fb
    Sebastien Luttringer authored
    We now use system tar and gzip to compress/decompress payloads
    
    Goals are:
    - Speed-up extraction and creation of payloads.
    - Allow to use non-python supported compressor like (pbzip2 and xz)
    - Remove python2.7.1 tarfile.py module
    - Remove python 2.7.1 gzip.py to avoid filename to be in gzip headers
    - Remove gzipstream.py module used to stream gzip file
    8fea05fb