Skip to content
  1. 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
  2. Sep 01, 2011
  3. Aug 29, 2011
  4. Aug 26, 2011
  5. Aug 25, 2011
  6. Aug 24, 2011
  7. Aug 18, 2011
  8. Jul 26, 2011
  9. Jul 25, 2011
  10. Jul 13, 2011
  11. Jun 27, 2011
  12. Jun 24, 2011
  13. Jun 22, 2011
    • Seblu's avatar
      Keep global dict between parser and setup · 30f451c5
      Seblu authored
      30f451c5
    • 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. Jun 15, 2011