1. 31 Aug, 2022 1 commit
  2. 30 Aug, 2022 1 commit
    • Jérome Perrin's avatar
      component/defaults: use python3 by default · cc7f36a0
      Jérome Perrin authored
      Change python2 softwares to use python2 explicitly and python3
      softwares to use the default, but leave a few softwares (html5as,
      html5as-base, fluent-bit, packer, seleniumrunner) using the default
      python, as they were using python2 not because they only support python2
      but because they don't have strong dependency to the python version
      being used.
      cc7f36a0
  3. 29 Aug, 2022 6 commits
  4. 28 Aug, 2022 3 commits
  5. 26 Aug, 2022 2 commits
  6. 25 Aug, 2022 2 commits
  7. 24 Aug, 2022 2 commits
  8. 23 Aug, 2022 1 commit
    • Ophélie Gagnard's avatar
      component/lunzip/: Fix a warning. · 412f0546
      Ophélie Gagnard authored
      Remove the "--disable-static" configure option. Fix the warning message: "configure: WARNING: unrecognized option: '--disable-static'".
      See merge request !1231
      412f0546
  9. 22 Aug, 2022 3 commits
  10. 19 Aug, 2022 1 commit
  11. 18 Aug, 2022 4 commits
  12. 17 Aug, 2022 1 commit
  13. 16 Aug, 2022 3 commits
  14. 15 Aug, 2022 1 commit
  15. 10 Aug, 2022 2 commits
  16. 09 Aug, 2022 1 commit
  17. 05 Aug, 2022 4 commits
  18. 04 Aug, 2022 1 commit
  19. 03 Aug, 2022 1 commit
    • Julien Muchembled's avatar
      qemu: disable Ceph when buildout with Python 2 · b69af7c3
      Julien Muchembled authored
      Some Py2-SR like neoppod/stress-testing need Qemu but not Ceph.
      
      Also note that the conditional [systemd-markupsafe-download] only works
      if [systemd-python] uses the same Python as the one that runs buildout.
      b69af7c3