1. 13 Apr, 2020 1 commit
  2. 10 Apr, 2020 1 commit
  3. 09 Apr, 2020 1 commit
    • Jérome Perrin's avatar
      testing/testcase: ignore puppeteer in ldd check · a92b5dc5
      Jérome Perrin authored
      
      for nexedi/slapos!725
      
      ```
      RuntimeError: /srv/slapgrid/slappart9/srv/testnode/cxm/inst/test0-0/tmp/soft/503f3967022ee2febfbb1f4cb30c3a0f/parts/theia/node_modules/puppeteer/.local-chromium/linux-722234/chrome-linux/chrome has some not found libraries:
      	libX11-xcb.so.1 => not found
      	libXcomposite.so.1 => not found
      	libXcursor.so.1 => not found
      	libXdamage.so.1 => not found
      	libXfixes.so.3 => not found
      	libXi.so.6 => not found
      	libXrender.so.1 => not found
      	libXtst.so.6 => not found
      	libnss3.so => not found
      	libnssutil3.so => not found
      	libsmime3.so => not found
      	libnspr4.so => not found
      	libcups.so.2 => not found
      	libXss.so.1 => not found
      	libXrandr.so.2 => not found
      	libasound.so.2 => not found
      	libatk-1.0.so.0 => not found
      	libatk-bridge-2.0.so.0 => not found
      	libpangocairo-1.0.so.0 => not found
      	libpango-1.0.so.0 => not found
      	libcairo.so.2 => not found
      	libatspi.so.0 => not found
      	libgtk-3.so.0 => not found
      	libgdk-3.so.0 => not found
      	libgdk_pixbuf-2.0.so.0 => not found
      ```
      
      
      See merge request !200
      a92b5dc5
  4. 08 Apr, 2020 1 commit
  5. 07 Apr, 2020 5 commits
  6. 06 Apr, 2020 2 commits
  7. 03 Apr, 2020 3 commits
  8. 02 Apr, 2020 7 commits
  9. 30 Mar, 2020 2 commits
  10. 26 Mar, 2020 2 commits
    • Jérome Perrin's avatar
      testcase/checkExecutableLink: tolerate binary components used in cloudooo · 13eaacb5
      Jérome Perrin authored
      In cloudooo software release we are installing libreoffice and wkhtmltopdf as binary.
      These parts contain executables that seem to have missing dependencies, but there are wrapper setting library path, so they can be ignored.
      
      See merge request !195
      13eaacb5
    • Jérome Perrin's avatar
      prune: fix detection of parts used in scripts · af87827a
      Jérome Perrin authored
      python interpreter is sometimes referenced only in bin/buildout's
      shebang, even if not used anymore in any software, if it was used to
      initially created the buildout. In that case, the part should still be
      considered as used and not pruned.
      
      See merge request !194
      af87827a
  11. 23 Mar, 2020 2 commits
  12. 18 Mar, 2020 2 commits
  13. 11 Mar, 2020 1 commit
  14. 10 Mar, 2020 1 commit
    • Jérome Perrin's avatar
      testcase/checkExecutableLink: tolerate rpath with double slashes · 49db2b63
      Jérome Perrin authored
      When running with shared parts from slaprunner, we'll have path with
      double slashes like:
      
          /srv/slapgrid/slappart3/srv//runner//shared/libexpat/468993ea3777c1a342102bc1c4b43425/lib/libexpat.so.1
      
      because slaprunner has some paths with double slash.
      
      See merge request !191
      49db2b63
  15. 05 Mar, 2020 5 commits
  16. 03 Mar, 2020 4 commits