An error occurred fetching the project authors.
  1. 30 Aug, 2017 1 commit
  2. 23 Aug, 2017 1 commit
    • Vincent Pelletier's avatar
      stack/erp5: Drop duplicate parameter. · 0c4e385e
      Vincent Pelletier authored
      This parameter came from monitor work, but it is shadowing a parameters
      already relied upon by ERP5 SR. Changing its value causes a regression
      in ERP5 SR: node-id, which is supposed to be stable accros instance
      trees, changed because of this.
      0c4e385e
  3. 18 Aug, 2017 4 commits
  4. 11 Aug, 2017 1 commit
  5. 21 Jul, 2017 1 commit
  6. 18 Jul, 2017 1 commit
  7. 03 Jul, 2017 1 commit
  8. 20 Jun, 2017 6 commits
  9. 13 Jun, 2017 5 commits
  10. 17 May, 2017 1 commit
  11. 16 May, 2017 2 commits
  12. 06 Apr, 2017 1 commit
  13. 22 Mar, 2017 1 commit
  14. 06 Mar, 2017 1 commit
  15. 24 Feb, 2017 4 commits
    • Vincent Pelletier's avatar
      stack.erp5: Fix mail diversion support. · 36a07603
      Vincent Pelletier authored
      Use a special milter to do what postfix cannot do with its internal
      mechanisms.
      - fixes postfix-generated bounces so they reach postmaster mail address
        without being rewritten
      - actually makes postfix relay rewritten mails (virtual_alias implicitly
        affects virtual_domains, in turn making all mail addresses considered
        locally hosted, which cannot and must not successfully deliver)
      Also, backport a yet-unreleased-but-already-upstreamed patch fixing
      rcpt value truncation, which breaks when recipient address is not
      enclosed in angle brackets - making the mail still reach original
      recipient.
      36a07603
    • Vincent Pelletier's avatar
      e9787ef4
    • Vincent Pelletier's avatar
      stack.erp5: Drop outdated comment. · 61753143
      Vincent Pelletier authored
      61753143
    • Vincent Pelletier's avatar
      stack.erp5: Speed up mysqldump restoration. · 4a24da0b
      Vincent Pelletier authored
      Disable more mariadb options during backup restoration:
      - relax durability
      - disable binlogs
      - disable slow log
      Bits of this commit were already accidentally (but harmlessly) pushed as
      part of
        commit 5bde847f
        Author: Vincent Pelletier <vincent@nexedi.com>
        Date:   Tue Feb 21 16:02:21 2017 +0900
      
          stack.erp5: Avoid duplicating mariadb service paths.
      4a24da0b
  16. 22 Feb, 2017 3 commits
  17. 20 Feb, 2017 2 commits
  18. 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
  19. 08 Feb, 2017 3 commits