An error occurred fetching the project authors.
  1. 07 Apr, 2021 5 commits
  2. 05 Aug, 2020 1 commit
  3. 19 Nov, 2019 1 commit
  4. 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
  5. 22 Oct, 2018 1 commit
  6. 03 Aug, 2018 1 commit
  7. 03 Jul, 2018 1 commit
  8. 02 Jun, 2017 1 commit
  9. 07 Mar, 2017 2 commits
    • Rafael Monnerat's avatar
      re6st-registry: Move the wrapper out of the recipe · 96565aa3
      Rafael Monnerat authored
        This commit is a clean up, it don't change anything for the final behaviour.
      96565aa3
    • Rafael Monnerat's avatar
      re6st-registry: Refactor integration with re6st registry · 3b9c0e5d
      Rafael Monnerat authored
        * Follow up methods changes on re6stnet registry API.
        * getIPv4Information was simplifed on registry, so reimplement it.
        * Remove scripts generated and keep a single script to orchestate the token management.
        * Drop some code duplication
        * Remove babeld, openvpn and miniupnp as they are not required.
        * Remove useless scripts.
        * Remove re6stnet section, extra-eggs is more them enough and prevent duplications.
      3b9c0e5d
  10. 16 Feb, 2017 1 commit
    • Vincent Pelletier's avatar
      stack.logrotate: Fix support for stopped processes. · b0d0efc2
      Vincent Pelletier authored
      When a process is stopped:
      - it may not have emitted logs since previous rotation: add "missingok"
        As a direct consequence: stop using logrotate recipe.
      - its pid file (if applicable) may be missing: test its non-empty presence
        before calling slapos-kill
      Also, stop using slapos.cookbook:logrotate.
      Update obvious users (cloudooo, neoppod, erp5, monitor, re6stnet).
      b0d0efc2
  11. 09 Feb, 2017 1 commit
  12. 25 Jan, 2017 1 commit
  13. 24 Jan, 2017 1 commit
  14. 05 Jun, 2015 1 commit
  15. 23 Apr, 2015 1 commit
  16. 21 Apr, 2015 1 commit
  17. 20 Apr, 2015 1 commit
  18. 16 Apr, 2015 2 commits
  19. 14 Apr, 2015 1 commit
  20. 09 Apr, 2015 3 commits
  21. 02 Apr, 2015 1 commit