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
  2. Feb 20, 2012
  3. Dec 22, 2011
  4. Dec 20, 2011
  5. Nov 22, 2011
  6. Oct 17, 2011
    • Sebastien Luttringer's avatar
      Rollback to python 2.6 · a7fbf0de
      Sebastien Luttringer authored
      We need installsystems is functional on squeeze systems...
      
      So we needs to embed:
      - argparse 2.7.1 (not in python2.6)
      - progressbar 2.3 (not in debian squeeze)
      a7fbf0de
  7. Oct 13, 2011
  8. Oct 11, 2011
    • Sebastien Luttringer's avatar
      Introduce PipeFile in place of uopen · 46f109ea
      Sebastien Luttringer authored
      We now use PipeFile to handle complex file type and compute md5 and filesize.
      
      This commit add the following features in installsystems:
      - A download progress bad
      - check size before download
      - check size after download
      - check md5 after download
      46f109ea
  9. Aug 25, 2011
  10. Jul 18, 2011
  11. Jul 13, 2011
  12. Jul 12, 2011
  13. Jul 07, 2011
  14. Jun 30, 2011
  15. Jun 08, 2011