1. 16 May, 2023 1 commit
  2. 15 May, 2023 2 commits
  3. 12 May, 2023 10 commits
  4. 11 May, 2023 2 commits
  5. 10 May, 2023 4 commits
  6. 09 May, 2023 3 commits
  7. 08 May, 2023 1 commit
  8. 05 May, 2023 2 commits
  9. 04 May, 2023 1 commit
  10. 28 Apr, 2023 8 commits
  11. 27 Apr, 2023 4 commits
  12. 26 Apr, 2023 1 commit
  13. 25 Apr, 2023 1 commit
    • Xavier Thompson's avatar
      grid/utils: Improve parsing of instance's python · 06e9266d
      Xavier Thompson authored
      The path of the python executable used by an instance was parsed from
      the shebang of its software release's bin/buildout. But when the path
      is too long, the shebang is just /bin/sh and the script starts with
      `exec <executable>`.
      06e9266d