Skip to content
  1. 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
  2. Aug 30, 2011
  3. Aug 29, 2011
  4. 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
  5. Aug 24, 2011
  6. Aug 18, 2011
  7. 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
  8. Jun 17, 2011
  9. 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
  10. May 26, 2011
  11. May 17, 2011