-
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
Sebastien Luttringer authoredWe 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
DEPENDENCIES 189 B
Mandatory
=========
- python (>= 2.6)
- python-psutil (>= 0.2.1)
- python-progressbar (>= 2.3)
- python-argparse (>= 1.2.1) [< python 2.7]
- tar
- gzip
Optional
========
- python-paramiko