Skip to content
  1. Oct 13, 2011
  2. Oct 12, 2011
  3. 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
  4. Sep 01, 2011
  5. Aug 31, 2011
  6. Aug 30, 2011
  7. Aug 29, 2011
  8. Aug 26, 2011
  9. Aug 25, 2011
    • Seblu's avatar
      fix one lintian error from buildd message · 1e898695
      Seblu authored
      This will help remi to be cool and save some day in his life
      1e898695
    • 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
    • Seblu's avatar
      Fix unable to extract file from a remote directory · a800e379
      Seblu authored
      This fix is a workaround taking a class gzipstream from redhat (GPL2)
      which allow gzip class to be not seekable.
      Since python 3.2, gzip module is now not seekable. Until we swith to version
      we should use this hack
      a800e379