An error occurred fetching the project authors.
  1. 06 Oct, 2017 1 commit
  2. 27 Sep, 2017 1 commit
  3. 26 Sep, 2017 1 commit
  4. 13 Sep, 2017 1 commit
    • Rafael Monnerat's avatar
      Stop develop slapos-cookbook, use eggs instead · 0cb923ac
      Rafael Monnerat authored
        There is no reason to git clone by default, as slapos.cookbook should be developed independently.
      
        Anyone an include develop, locally, to test on the edge changes, or include local modification
        when they use webrunner or a development server.
      0cb923ac
  5. 12 Sep, 2017 1 commit
  6. 01 Sep, 2017 1 commit
  7. 18 Aug, 2017 1 commit
  8. 12 Jun, 2017 2 commits
  9. 03 Jun, 2017 1 commit
  10. 02 Jun, 2017 1 commit
  11. 26 May, 2017 1 commit
  12. 11 May, 2017 3 commits
  13. 18 Apr, 2017 1 commit
  14. 03 Apr, 2017 1 commit
  15. 23 Mar, 2017 2 commits
  16. 13 Mar, 2017 2 commits
  17. 06 Mar, 2017 2 commits
  18. 23 Feb, 2017 1 commit
  19. 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
  20. 07 Feb, 2017 1 commit
  21. 02 Feb, 2017 1 commit
  22. 31 Jan, 2017 1 commit
  23. 18 Jan, 2017 2 commits
  24. 11 Jan, 2017 1 commit
  25. 09 Jan, 2017 1 commit
  26. 30 Dec, 2016 1 commit
  27. 16 Dec, 2016 1 commit
  28. 13 Dec, 2016 1 commit
  29. 08 Dec, 2016 1 commit
  30. 05 Dec, 2016 1 commit
  31. 17 Nov, 2016 3 commits
    • Kirill Smelkov's avatar
      Revert "software/neoppod & stack/erp5: Hook in zodbutils" · 7f6729de
      Kirill Smelkov authored
      This reverts commit ae808179.
      
      Reason for revert: zodbtools depend on ZODB while currently neoppod &
      erp5 are depending on `ZODB3 = 3.10` so upon installing both ZODB3 and
      ZODB are installed. Together with our requirement
      
          stack/erp5/zope-versions.cfg:transaction = 1.1.1
      
      This creates version conflict and installation fails:
      
      2016-11-17 14:56:35,858 testsuite    : INFO     slapgrid_sr : 2016-11-17 14:56:35 slapos[3698] INFO The version, 1.1.1, is not consistent with the requirement, 'transaction>=1.6.1'.
      2016-11-17 14:56:35,937 testsuite    : INFO     slapgrid_sr : 2016-11-17 14:56:35 slapos[3698] INFO While:
      2016-11-17 14:56:35,937 testsuite    : INFO     slapgrid_sr : 2016-11-17 14:56:35 slapos[3698] INFO   Installing neoppod.
      2016-11-17 14:56:35,937 testsuite    : INFO     slapgrid_sr : 2016-11-17 14:56:35 slapos[3698] INFO Error: Bad version 1.1.1
      
      So revert zodbtools hooking for now until we upgrade our ZODB to ZODB > 3.
      7f6729de
    • Julien Muchembled's avatar
      typo · 554cb250
      Julien Muchembled authored
      554cb250
    • Kirill Smelkov's avatar
      software/neoppod & stack/erp5: Hook in zodbutils · ae808179
      Kirill Smelkov authored
      As advised by @Tyagov this adds zodbutils egg [1,2] to our software
      stack: both NEO and ERP5 (since stack/erp5/ inherits from
      neoppod/software-common.cfg)
      
      I have not build-tested this patch but I hope it should be ok.
      
      /cc @nexedi
      
      [1] https://lab.nexedi.com/nexedi/zodbtools  
      [2] https://pypi.python.org/pypi/zodbtools
      
      /reviewed-on nexedi/slapos!116
      ae808179