Skip to content
  1. Feb 27, 2012
    • 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
    • Sebastien Luttringer's avatar
      add dependency tracking file · b93692e1
      Sebastien Luttringer authored
      b93692e1