Skip to content
  1. Nov 15, 2011
  2. Nov 08, 2011
  3. Nov 04, 2011
  4. Oct 27, 2011
  5. Oct 21, 2011
    • Sebastien Luttringer's avatar
      add chroot command · 833f5cff
      Sebastien Luttringer authored
      this command is and helper to chroot inside payload mounting /{proc,sys,dev,dev/pts} fs
      inside the chroot and disable daemon restart
      833f5cff
  6. Oct 17, 2011
  7. Oct 13, 2011
  8. 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
  9. Aug 29, 2011
  10. Aug 25, 2011
  11. Aug 23, 2011
  12. Aug 18, 2011
  13. Jul 26, 2011
  14. Jul 25, 2011
  15. Jul 18, 2011
  16. Jul 11, 2011
  17. Jun 24, 2011
    • Seblu's avatar
      Improve script execution · a0d18a5d
      Seblu authored
      Script is now compiled before execution to have a better debugging features.
      local directory is no more given for each scripts
      global directory is new to each script execution
      only namespace object must be used to share data across scripts
      a0d18a5d
  18. 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
  19. Jun 17, 2011
  20. Jun 15, 2011
  21. Jun 08, 2011
  22. Jun 07, 2011
    • Seblu's avatar
      Introduce RepositoryManager and extractdata · 5fd0ead5
      Seblu authored
      This commit change a lot of things in installsystems way of life.
      Repository cache is now disabled on access to remote repository done directly.
      New database and tarball format
      5fd0ead5
  23. Jun 06, 2011
  24. May 31, 2011
  25. May 26, 2011