Skip to content
  1. Mar 02, 2012
    • Sebastien Luttringer's avatar
      rewrite timeout code · 74081e11
      Sebastien Luttringer authored
      Before this, timeout only apply to repository caching.
      
      Now timeout is used by all transfert functions.
      A new parameter repo_timeout is available to set a custom timeout on repository
      74081e11
  2. Feb 27, 2012
    • Sebastien Luttringer's avatar
      Use external compressor and archiver · 8fea05fb
      Sebastien Luttringer authored
      We now use system tar and gzip to compress/decompress payloads
      
      Goals are:
      - Speed-up extraction and creation of payloads.
      - Allow to use non-python supported compressor like (pbzip2 and xz)
      - Remove python2.7.1 tarfile.py module
      - Remove python 2.7.1 gzip.py to avoid filename to be in gzip headers
      - Remove gzipstream.py module used to stream gzip file
      8fea05fb
  3. Feb 10, 2012
  4. Dec 22, 2011
  5. Dec 20, 2011
  6. Dec 14, 2011
  7. Dec 08, 2011
  8. Dec 07, 2011
  9. Dec 05, 2011
  10. Nov 18, 2011
  11. Nov 15, 2011
  12. Nov 08, 2011
  13. Nov 04, 2011
  14. Oct 27, 2011
  15. 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
  16. Oct 17, 2011
  17. Oct 13, 2011
  18. 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
  19. Aug 29, 2011
  20. Aug 25, 2011
  21. Aug 23, 2011
  22. Aug 18, 2011
  23. Jul 26, 2011
  24. Jul 25, 2011
  25. Jul 18, 2011
  26. Jul 11, 2011
  27. 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