1. 17 Nov, 2025 1 commit
  2. 14 Nov, 2025 3 commits
  3. 13 Nov, 2025 3 commits
    • Jérome Perrin's avatar
      recipe/wrapper: inject buildout egg paths in options · 8a8e121a
      Jérome Perrin authored
      So that when the path change, typically after switching the instance to
      a new slapos software release, the wrapper gets automatically reinstalled.
      
      Because wrapper recipe uses the same technique as zc.recipe.egg
      scripts with sys.path , it needs the same technique of depending of
      buildout paths in options.
      8a8e121a
    • Jérome Perrin's avatar
      LibXML2 version up 2.15.1 · 8d36bdd4
      Jérome Perrin authored
      After trying to upgrade the components using libxml2 I went back to just backporting minimal patches for the following reasons:
       - mariadb 10.4 is EOL but we are not fully ready to use newer versions in ERP5.
       - updating inkscape needs gcc > 10 but scipy py2 needs gcc < 10 and we do not have an easy way of using more than one gcc version in a software
       - gdal is used only in an old projects still using python2, so updating it too early and depending on py3 seemed not usefull.
       - I don't understand why this started to appear now, but libreoffice does not start because of a libc version mismatch, it was still using icu from the system, so this also includes a fix to use slapos' icu
      
      /reviewed-on nexedi/slapos!1919
      8d36bdd4
    • Jérome Perrin's avatar
      Grafana: fix multi line log ingestion for python3 tracebacks · 098f51a2
      Jérome Perrin authored
      and assorted small fixes
      
      /reviewed-on nexedi/slapos!1923
      098f51a2
  4. 12 Nov, 2025 4 commits
  5. 07 Nov, 2025 2 commits
    • Jérome Perrin's avatar
      software/cloudooo: include icu4c in LD_LIBRARY_PATH · dad55003
      Jérome Perrin authored
      we are seeing errors like this:
      
        /srv/slapgrid/slappart5/t/ere/i/0/tmp/soft/bd65cee5d841cea8a82fc7264c1a6c66/parts/libreoffice-bin/program/soffice.bin: /srv/slapgrid/slappart5/srv/shared/gcc-10.5/d28efa7033268bbb1a884af96ef3368d/lib64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /lib/x86_64-linux-gnu/libicuuc.so.72)
      dad55003
    • Jérome Perrin's avatar
      component/icu: add icu4c 72-1 · a7fa10ac
      Jérome Perrin authored
      also re-organise the multi version
      a7fa10ac
  6. 06 Nov, 2025 5 commits
  7. 05 Nov, 2025 3 commits
  8. 04 Nov, 2025 1 commit
  9. 03 Nov, 2025 1 commit
  10. 30 Oct, 2025 12 commits
  11. 29 Oct, 2025 1 commit
  12. 28 Oct, 2025 3 commits
  13. 27 Oct, 2025 1 commit
    • Łukasz Nowak's avatar
      rapid-cdn: Review TrafficServer timeouts · e1741564
      Łukasz Nowak authored
      Set the non configurable timeouts to better values, especially for the active
      connection, so that it's possible to download big files from slow backends
      (let it transfer for 2 days).
      
      Drop proxy.config.http.down_server.abort_threshold, as it's removed from
      version 9.x
      e1741564