Skip to content
  1. Apr 11, 2013
  2. Nov 27, 2012
  3. May 23, 2012
  4. May 21, 2012
  5. 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
  6. Dec 20, 2011
  7. Oct 20, 2011
    • 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
  8. Aug 30, 2011
  9. Aug 29, 2011
  10. Aug 25, 2011
    • Seblu's avatar
      Fix extraction of tarball with non existant uid/gid · ff3e25b4
      Seblu authored
      Overide real chown method from tarfile which make crazy check about
      uid/gid before chowning. This leads to bug when a uid/gid doesn't
      exitsts on the running system
      
      This overide as a sexy side effect which allow badly create tarball
      (whithout --numeric-owner) to be extracted correctly
      ff3e25b4
  11. Aug 24, 2011
  12. Aug 18, 2011
  13. Jun 22, 2011
    • Seblu's avatar
      Introduce Payload · bf679786
      Seblu authored
      Concept of data was changed to payload.
      Payload is not necessary a tarball of a file or a directory, but, directly a file without tarball around.
      This is useful have the same md5 on data/payload and win some space during repo adding.
      Now data which come with image are represented by class Payload and all operation are located inside. This is cleaner!
      Payload also handle orginial information (mtime,uid,gid,md5,size,mode)
      bf679786
  14. Jun 17, 2011
  15. May 30, 2011
    • Seblu's avatar
      Add tarfile from python 2.7 · 184b64a2
      Seblu authored
      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
      184b64a2
  16. May 26, 2011
  17. May 17, 2011