1. 27 Feb, 2025 1 commit
    • Thomas Gambier's avatar
      obs/slapos: fix runpath in all libraries · 60e6658a
      Thomas Gambier authored
      some libraries have their version after the '.so' and we need to match
      them also (like it's done in line 105 of this same file).
      
      tomo@tomo-node:~$ ls -l /opt/slapos/parts/gettext/lib/libintl.so
      lrwxrwxrwx 1 root root 16 Feb 19 14:48 /opt/slapos/parts/gettext/lib/libintl.so -> libintl.so.8.4.0
      60e6658a
  2. 17 Feb, 2025 1 commit
  3. 13 Feb, 2025 1 commit
    • Carlos Ramos Carreño's avatar
      obs/slapos: Add missing dependencies · ae16ab90
      Carlos Ramos Carreño authored
      This adds the following SlapOS dependencies:
      
      - awk: This is required implicitly by some SlapOS packages (it is
        assumed to exist). For example, ncurses:
      
        ```
        configure: error: No awk program found
        ```
      
      - iproute2: This is required explicitly by `slapos node format` when
        `alter_network=True`:
      
        ```
        Some required binaries are missing or not functional: ip
        ```
      
      - procps: This is also required by `slapos node format` when
        `alter_network=True`, as it uses sysctl:
      
        ```
        FileNotFoundError: [Errno 2] No such file or directory: 'sysctl': 'sysctl'
        ```
      
      See !211
      See slapos.core!655 for additional context.
      ae16ab90
  4. 31 Jan, 2025 1 commit
  5. 29 Jan, 2025 2 commits
  6. 14 Jan, 2025 1 commit
  7. 13 Jan, 2025 1 commit
  8. 08 Jan, 2025 1 commit
  9. 06 Jan, 2025 2 commits
  10. 23 Dec, 2024 1 commit
  11. 20 Dec, 2024 2 commits
  12. 19 Dec, 2024 3 commits
  13. 16 Dec, 2024 3 commits
  14. 13 Dec, 2024 2 commits
  15. 09 Dec, 2024 1 commit
    • Carlos Ramos Carreño's avatar
      Remove Ansible includes. · 207e160f
      Carlos Ramos Carreño authored
      Includes were deprecated and have been removed in recent Ansible
      versions, in favor of import_tasks and include_tasks.
      
      I replaced them for either of these, as it seemed appropriate.
      
      See merge request !196
      207e160f
  16. 05 Dec, 2024 1 commit
  17. 15 Nov, 2024 1 commit
  18. 31 Oct, 2024 1 commit
  19. 22 Oct, 2024 2 commits
  20. 21 Oct, 2024 1 commit
  21. 16 Oct, 2024 1 commit
  22. 15 Oct, 2024 1 commit
  23. 14 Oct, 2024 1 commit
  24. 10 Oct, 2024 1 commit
  25. 09 Oct, 2024 3 commits
  26. 02 Oct, 2024 3 commits
  27. 19 Sep, 2024 1 commit