An error occurred fetching the project authors.
  1. 14 Nov, 2019 2 commits
  2. 30 Oct, 2019 1 commit
  3. 21 Oct, 2019 1 commit
  4. 17 Oct, 2019 1 commit
  5. 10 Oct, 2019 2 commits
  6. 08 Oct, 2019 1 commit
  7. 07 Oct, 2019 2 commits
  8. 04 Oct, 2019 1 commit
    • Thomas Gambier's avatar
      do not create two wrappers for the same executable if hash change · ed707d3b
      Thomas Gambier authored
      Prevent creating 2 wrapper for the same service if hash changed. Here, one service is exited because port is used by the firt to service to start:
      
          slappart6:runner-sshd-4248650e36a9a26a6481df1baffd9f58-on-watch                RUNNING   pid 27835, uptime 0:03:45
          slappart6:runner-sshd-b3b68f4278ceb84691ec27521ea229eb-on-watch                EXITED    Mar 06 04:52 PM
      
      To achieve that, update slapos.cookbook and use hash-existing-files option of wrapper recipe
      
      hash-existing-files list all the files used for hash that are not
      handled by buildout. For those files, the hash is calculated as soon as
      the __init__ function so that if there is a change in those files,
      buildout will remove the existing wrapper (it will uninstall the
      section) and replace it with the new wrapper.
      
      /reviewed-on nexedi/slapos!525
      ed707d3b
  9. 03 Oct, 2019 2 commits
  10. 20 Sep, 2019 1 commit
  11. 12 Sep, 2019 1 commit
  12. 11 Sep, 2019 1 commit
  13. 09 Sep, 2019 1 commit
  14. 01 Sep, 2019 1 commit
  15. 30 Aug, 2019 1 commit
  16. 29 Aug, 2019 1 commit
  17. 27 Aug, 2019 1 commit
  18. 15 Aug, 2019 1 commit
  19. 14 Aug, 2019 2 commits
  20. 13 Aug, 2019 4 commits
  21. 03 Aug, 2019 1 commit
  22. 02 Aug, 2019 2 commits
  23. 26 Jul, 2019 1 commit
  24. 25 Jul, 2019 1 commit
  25. 15 Jul, 2019 1 commit
  26. 20 Jun, 2019 1 commit
  27. 19 Jun, 2019 1 commit
  28. 07 Jun, 2019 2 commits
  29. 06 Jun, 2019 1 commit
    • Vincent Pelletier's avatar
      Revert "Update slapos.core version" · 83e9bd45
      Vincent Pelletier authored
      This reverts commit 8251f3dd.
      
      1.4.23 is not available on pypi yet, causing all involved software releases
      to fail instanciating, breaking all tests.
      Feel free to reapply once the version is actually released.
      83e9bd45
  30. 05 Jun, 2019 1 commit