1. 07 Apr, 2021 14 commits
  2. 06 Apr, 2021 3 commits
  3. 02 Apr, 2021 4 commits
  4. 01 Apr, 2021 2 commits
  5. 31 Mar, 2021 11 commits
  6. 30 Mar, 2021 4 commits
  7. 29 Mar, 2021 2 commits
    • Jérome Perrin's avatar
      slapos.cookbook test: use environment variables to pass eggs directories · 56a2d7a4
      Jérome Perrin authored
      slapos.cookbook recipe tests sometimes manipulate buildout eggs working set,
      which will install packages from pypi. makeRecipe utilty function was
      guessing buildout egg folders by parsing builout.cfg, but since a33844a2
      (slapos-testing, slapos-sr-testing: Don't duplicate instance.cfg prologue
      that is already provided by stack/nxdtest/instance.cfg, 2021-03-22),
      these are defined in an extended profile, so this stopped working.
      
      Instead of this fragile pattern, make the test software release pass the eggs
      directories with an explicit environment variable.
      56a2d7a4
    • Thomas Gambier's avatar
      software/theia: Fix shell bug · 53f9c261
      Thomas Gambier authored
      See merge request !951
      53f9c261