1. 22 May, 2024 28 commits
  2. 21 May, 2024 5 commits
  3. 17 May, 2024 2 commits
  4. 16 May, 2024 2 commits
    • Thomas Gambier's avatar
      slapos/testing: add exception for libtermcap · d1da3f2a
      Thomas Gambier authored
      This is needed after slapos@1888c1f2
      
      See merge request !632
      d1da3f2a
    • Thomas Gambier's avatar
      slapos/testing: allow permission execution warnings in ldd · e0bae66f
      Thomas Gambier authored
      Without this, we can have such errors:
      RuntimeError: Unknown ldd line ldd: warning: you do not have execution permission for `/opt/slapgrid/shared/bzip2/449734bcc91bae01810a28d0af447a66/lib/libbz2.so' for /opt/slapgrid/shared/bzip2/449734bcc91bae01810a28d0af447a66/lib/libbz2.so.
      
      Indeed, the permission for the lib itself is:
      [root@fedora-riscv slapos]# ls -l /opt/slapgrid/shared/bzip2/449734bcc91bae01810a28d0af447a66/lib/libbz2.so.1.0.8
      -r--r----- 1 slapsoft slapsoft 260080 May 10 10:32 /opt/slapgrid/shared/bzip2/449734bcc91bae01810a28d0af447a66/lib/libbz2.so.1.0.8
      
      See merge request !632
      e0bae66f
  5. 15 May, 2024 3 commits