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 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