1. 26 Jul, 2021 2 commits
    • Jérome Perrin's avatar
      default: interact with linecache for complete traceback · 7b6a3085
      Jérome Perrin authored
      When using init or install option of slapos.recipe.build to
      write python code, the traceback were hard to understand, because
      the current line was not included in the traceback.
      
      This put the script in linecache before compiling it, so that in
      case of error the problematic line appears in traceback.
      
      There is still the "problem" that the traceback line numbers starts
      from the beginning of the script and not the actual line from
      buildout profile, but this does not seem feasible to adjust the line
      numbers, so let's ignore this.
      7b6a3085
    • Jérome Perrin's avatar
  2. 10 May, 2021 1 commit
  3. 11 Sep, 2020 1 commit
  4. 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
  5. 20 Apr, 2020 1 commit
  6. 15 Apr, 2020 1 commit
  7. 20 Mar, 2020 7 commits
  8. 28 Feb, 2020 1 commit
  9. 27 Feb, 2020 8 commits
  10. 16 Oct, 2019 1 commit
  11. 11 Oct, 2019 3 commits
  12. 19 Jun, 2019 1 commit
  13. 11 Feb, 2019 1 commit
  14. 27 Nov, 2018 1 commit
  15. 29 Oct, 2018 2 commits
  16. 26 Oct, 2018 2 commits
  17. 13 Sep, 2018 1 commit
  18. 11 Sep, 2018 1 commit
  19. 27 Aug, 2018 1 commit
  20. 22 Aug, 2018 3 commits