1. 29 Nov, 2021 1 commit
  2. 04 Oct, 2021 3 commits
  3. 28 Sep, 2021 1 commit
  4. 27 Sep, 2021 2 commits
  5. 26 Sep, 2021 1 commit
    • Julien Muchembled's avatar
      default: fix error handling in pipeCommand() · 30e20b79
      Julien Muchembled authored
      Traceback (most recent call last):
        ...
        File "slapos/recipe/build/__init__.py", line 191, in pipeCommand
          raise zc.buildout.UserError('Failed while running command:'
        File "slapos/recipe/build/__init__.py", line 192, in <genexpr>
          + ''.join('\n  ' + q for q in failed))
      TypeError: cannot concatenate 'str' and 'tuple' objects
      30e20b79
  6. 25 Sep, 2021 1 commit
  7. 24 Sep, 2021 2 commits
  8. 21 Sep, 2021 1 commit
  9. 26 Jul, 2021 4 commits
  10. 10 May, 2021 1 commit
  11. 11 Sep, 2020 1 commit
  12. 03 Sep, 2020 1 commit
    • Jérome Perrin's avatar
      gitclone: let errors on update propagate · dd61ddf3
      Jérome Perrin authored
      Update use to tolerate errors in develop mode, to prevent buildout from
      deleting develop working copies if anything happens, then this behavior was
      extended to non-develop mode, apparently by mistake.
      
      In non-develop mode, we want error to propagate, if something went wrong with
      updating this repository, buildout should delete and retry.
      dd61ddf3
  13. 20 Apr, 2020 1 commit
  14. 15 Apr, 2020 1 commit
  15. 20 Mar, 2020 7 commits
  16. 28 Feb, 2020 1 commit
  17. 27 Feb, 2020 8 commits
  18. 16 Oct, 2019 1 commit
  19. 11 Oct, 2019 2 commits