Skip to content
  1. Apr 20, 2012
  2. Mar 26, 2012
  3. Mar 01, 2012
  4. 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
  5. Feb 20, 2012
  6. Feb 10, 2012
  7. Jan 05, 2012
  8. Dec 23, 2011
  9. Dec 20, 2011
  10. Dec 08, 2011
  11. Dec 07, 2011
  12. Nov 15, 2011
  13. Nov 03, 2011
  14. Oct 28, 2011
  15. Oct 25, 2011
  16. Oct 21, 2011
  17. Oct 20, 2011
    • Sebastien Luttringer's avatar
      add a minimal installsystems version option · d1aefcec
      Sebastien Luttringer authored
      we can now set a minimal installsystems version in your description
      install will not be able to read those images
      d1aefcec
    • Sebastien Luttringer's avatar
      Reintroduce commit 184b64a2 · e14f4680
      Sebastien Luttringer authored
      Add tarfile from python 2.7.2
      
      This allow method add in Tarfile to have filter parameter.
      This give us filter capa on file to include.
      Should be removed when python 2.7 will be the minimum version
      
      Because we roolback to python 2.6 requirment, we need to ship.
      e14f4680
  18. Oct 18, 2011