Skip to content
  1. Nov 15, 2011
  2. Nov 03, 2011
  3. Oct 28, 2011
  4. Oct 25, 2011
  5. Oct 21, 2011
  6. 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
  7. Oct 18, 2011
  8. Oct 14, 2011
  9. Oct 13, 2011
  10. 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
  11. Sep 01, 2011
  12. Aug 29, 2011
  13. Aug 26, 2011
  14. Aug 25, 2011
    • 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