An error occurred fetching the project authors.
  1. 04 Oct, 2019 1 commit
    • Thomas Gambier's avatar
      update slapos.cookbook and use hash-existing-files option of wrapper recipe · b4158dd8
      Thomas Gambier authored
      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.
      b4158dd8
  2. 26 Mar, 2019 2 commits
  3. 08 Oct, 2018 1 commit
  4. 16 Mar, 2018 1 commit
  5. 12 Apr, 2017 1 commit
  6. 07 Apr, 2017 1 commit
  7. 03 Mar, 2017 1 commit
  8. 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
  9. 30 Jan, 2017 1 commit
  10. 13 Jul, 2016 1 commit
  11. 08 Jul, 2015 1 commit
    • Saurabh's avatar
      Make it possible to instanciate 1 NEO DB inside an ERP5 instance · d35284d8
      Saurabh authored
      Before it was only possible to make an ERP5 cluster connect to a NEO cluster
      that was instanciated separately, by passing "name" and "master_nodes"
      connection parameters in "storage-dict".
      
      For an internal NEO DB, "name" and "master_nodes" is filled automatically
      and you must instead pass a "server" dict, with same parameters as in NEO SR.
      Currently, a NEO cluster name must be given. Later, we hope to generate a good
      name automatically.
      
      All this was implemented by refactoring NEO & ERP5 SR, with common files.
      For the ERP5 SR, the root partition also serves as "root" partition for NEO
      partitions: in other words, there's no second empty partition.
      d35284d8
  12. 16 Jul, 2013 1 commit
  13. 04 Feb, 2013 1 commit
  14. 03 Oct, 2012 1 commit