An error occurred fetching the project authors.
  1. 05 Feb, 2020 1 commit
  2. 29 Jan, 2020 2 commits
  3. 15 Jan, 2020 1 commit
  4. 13 Jan, 2020 2 commits
  5. 03 Jan, 2020 1 commit
    • Julien Muchembled's avatar
      fixup! glib: put the expected python in $PATH · 77d9f997
      Julien Muchembled authored
      The OS may not have Python (slapos-node package does not depend
      on any version of Python). Another possible issue was found on Suse:
      
        make[3]: Entering directory '.../parts/glib__compile__/glib-2.56.4/gio'
          GEN      gdbus-daemon-generated.c
        Traceback (most recent call last):
          File "./gdbus-2.0/codegen/gdbus-codegen.in", line 53, in <module>
            from codegen import codegen_main
          File ".../parts/glib__compile__/glib-2.56.4/gio/gdbus-2.0/codegen/codegen_main.py", line 30, in <module>
            from . import parser
          File ".../parts/glib__compile__/glib-2.56.4/gio/gdbus-2.0/codegen/parser.py", line 23, in <module>
            import xml.parsers.expat
        ImportError: No module named xml.parsers.expat
      77d9f997
  6. 02 Jan, 2020 1 commit
  7. 18 Dec, 2019 2 commits
  8. 17 Dec, 2019 2 commits
  9. 12 Dec, 2019 1 commit
  10. 10 Dec, 2019 1 commit
  11. 09 Dec, 2019 1 commit
  12. 03 Dec, 2019 1 commit
  13. 02 Dec, 2019 1 commit
  14. 28 Nov, 2019 1 commit
  15. 25 Nov, 2019 1 commit
  16. 14 Nov, 2019 3 commits
  17. 30 Oct, 2019 1 commit
  18. 21 Oct, 2019 1 commit
  19. 17 Oct, 2019 1 commit
  20. 10 Oct, 2019 2 commits
  21. 08 Oct, 2019 1 commit
  22. 07 Oct, 2019 2 commits
  23. 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
  24. 03 Oct, 2019 2 commits
  25. 20 Sep, 2019 1 commit
  26. 12 Sep, 2019 1 commit
  27. 11 Sep, 2019 1 commit
  28. 09 Sep, 2019 1 commit
  29. 01 Sep, 2019 1 commit
  30. 30 Aug, 2019 1 commit
  31. 29 Aug, 2019 1 commit