Use external compressor and archiver
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
Showing
- DEPENDENCIES 2 additions, 0 deletionsDEPENDENCIES
- debian/control 1 addition, 1 deletiondebian/control
- installsystems/gzip.py 0 additions, 488 deletionsinstallsystems/gzip.py
- installsystems/gzipstream.py 0 additions, 629 deletionsinstallsystems/gzipstream.py
- installsystems/image.py 152 additions, 98 deletionsinstallsystems/image.py
- installsystems/tarball.py 1 addition, 1 deletioninstallsystems/tarball.py
- installsystems/tarfile.py 0 additions, 2594 deletionsinstallsystems/tarfile.py
- installsystems/tools.py 63 additions, 14 deletionsinstallsystems/tools.py
Loading
Please register or sign in to comment