1. 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
  2. 13 Feb, 2017 2 commits
  3. 10 Feb, 2017 1 commit
  4. 09 Feb, 2017 2 commits
    • Rafael Monnerat's avatar
    • Vincent Pelletier's avatar
      component/ffmpeg: Update libvpx to latest release. · 928ee00d
      Vincent Pelletier authored
      0.9.6 fails to build on (at least) gcc 6.3.0, with:
          [CC] nestegg/halloc/src/halloc.c.o
      In file included from nestegg/halloc/src/halloc.c:19:0:
      nestegg/halloc/src/align.h:33:25: error: conflicting types for 'max_align_t'
       typedef union max_align max_align_t;
                               ^~~~~~~~~~~
      In file included from nestegg/halloc/src/../halloc.h:18:0,
                       from nestegg/halloc/src/halloc.c:18:
      /usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h:429:3: note: previous declaration of 'max_align_t' was here
       } max_align_t;
         ^~~~~~~~~~~
      Makefile:104: recipe for target 'nestegg/halloc/src/halloc.c.o' failed
      
      Also, add --disable-static configure option.
      Also, reindent configure options.
      928ee00d
  5. 08 Feb, 2017 4 commits
  6. 07 Feb, 2017 3 commits
  7. 06 Feb, 2017 1 commit
  8. 03 Feb, 2017 1 commit
  9. 02 Feb, 2017 3 commits
  10. 01 Feb, 2017 3 commits
  11. 31 Jan, 2017 5 commits
  12. 30 Jan, 2017 4 commits
  13. 29 Jan, 2017 4 commits
  14. 26 Jan, 2017 3 commits
  15. 25 Jan, 2017 3 commits