Skip to content
  1. May 23, 2013
  2. Apr 11, 2013
  3. Nov 27, 2012
  4. Jun 07, 2012
  5. May 24, 2012
  6. May 11, 2012
  7. Mar 16, 2012
  8. Mar 01, 2012
    • Sebastien Luttringer's avatar
      fix accent on my first name · 5a5e0375
      Sebastien Luttringer authored
      5a5e0375
    • Sebastien Luttringer's avatar
      remove tar and gzip dependencies · 56b9d78c
      Sebastien Luttringer authored
      E: python-installsystems: depends-on-essential-package-without-using-version depends: gzip
      E: python-installsystems: depends-on-essential-package-without-using-version depends: tar
      N:
      N:    The package declares a depends on an essential package, e.g. dpkg,
      N:    without using a versioned depends. Packages do not need to depend on
      N:    essential packages; essential means that they will always be present.
      N:    The only reason to list an explicit dependency on an essential package
      N:    is if you need a particular version of that package, in which case the
      N:    version should be given in the dependency.
      N:
      N:    Refer to Debian Policy Manual section 3.5 (Dependencies) for details.
      N:
      N:    Severity: important, Certainty: certain
      N:
      56b9d78c
    • Sebastien Luttringer's avatar
      add python as debinan build deps · eec67cbe
      Sebastien Luttringer authored
      E: installsystems source: missing-python-build-dependency
      N:
      N:    The package appears to use Python as part of its build process in
      N:    debian/rules but doesn't depend on Python.
      N:
      N:    Normally, packages that use Python as part of the build process should
      N:    build-depend on one of python, python-all, python-dev, or python-all-dev
      N:    depending on whether they support multiple versions of Python and
      N:    whether they're building modules or only using Python as part of the
      N:    package build process. Packages that depend on a specific version of
      N:    Python may build-depend on the appropriate pythonX.Y or pythonX.Y-dev
      N:    package instead.
      N:
      N:    Refer to Debian Policy Manual section 4.2 (Package relationships) for
      N:    details.
      N:
      N:    Severity: important, Certainty: certain
      N:
      eec67cbe
  9. 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
  10. Feb 20, 2012
  11. Dec 23, 2011
  12. Dec 22, 2011
  13. Dec 20, 2011
  14. Nov 22, 2011
  15. Nov 17, 2011
  16. Oct 17, 2011
    • Sebastien Luttringer's avatar
      Rollback to python 2.6 · a7fbf0de
      Sebastien Luttringer authored
      We need installsystems is functional on squeeze systems...
      
      So we needs to embed:
      - argparse 2.7.1 (not in python2.6)
      - progressbar 2.3 (not in debian squeeze)
      a7fbf0de
  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. Sep 01, 2011
  20. Aug 25, 2011
  21. Jul 26, 2011
  22. Jul 19, 2011
  23. Jul 18, 2011
  24. Jul 13, 2011
  25. Jul 12, 2011
  26. Jul 07, 2011
  27. Jul 05, 2011
  28. Jun 30, 2011
  29. Jun 28, 2011
  30. Jun 08, 2011