1. 06 Oct, 2021 2 commits
  2. 04 Oct, 2021 19 commits
  3. 01 Oct, 2021 5 commits
  4. 30 Sep, 2021 3 commits
  5. 27 Sep, 2021 5 commits
  6. 26 Sep, 2021 5 commits
  7. 25 Sep, 2021 1 commit
    • Julien Muchembled's avatar
      theia: clean up test/dummy/software.cfg · 22aa0b65
      Julien Muchembled authored
      In addition to update version of slapos.recipe.build, this fixes the
      following misuse:
      - init phase must only initialize the section, which implies no change
        on the file system
      - init/install/update's slapos.recipe.build should not contain buildout
        substitutions (theoritically, there could be wrong escaping,
        e.g. ${buildout:directory} containing quotes)
      These 2 points didn't not matter here but it gave a bad example
      for anyone learning buildout.
      22aa0b65