1. 04 Oct, 2024 3 commits
  2. 03 Oct, 2024 3 commits
  3. 02 Oct, 2024 2 commits
  4. 01 Oct, 2024 3 commits
  5. 27 Sep, 2024 1 commit
  6. 26 Sep, 2024 4 commits
  7. 25 Sep, 2024 6 commits
  8. 24 Sep, 2024 5 commits
  9. 23 Sep, 2024 9 commits
  10. 20 Sep, 2024 1 commit
  11. 19 Sep, 2024 3 commits
    • Xavier Thompson's avatar
      software/slapos-testing: Quickfix python -E errors · 0fad9a6d
      Xavier Thompson authored
      Since upgrading to zc.buildout = 3.0.1+slapos004, slapos.rebootstrap
      and slapos.recipe.template tests are failing due to: these two tests
      running buildout, buildout installing develop eggs, develop eggs now
      being installed with pip install -e instead of setup.py develop, and
      pip install -e launching sys.executable -E at some point. This fails
      because the tests are run using gpython:main script, which currently
      does not support -E option.
      
      As a quick fix run these two tests with a barebone python executable
      and use export PYTHONPATH to provide the needed eggs. This is not as
      good as gpython:main because PYTHONPATH will be inherited by all sub
      processes and not just those launched with sys.executable, including
      potentially other versions of python.
      0fad9a6d
    • Kazuhiko Shiozaki's avatar
    • Thomas Gambier's avatar
      default software_type is now 'default' · 54ff69a8
      Thomas Gambier authored
      See merge request nexedi/slapos!1642
      54ff69a8