1. 03 Dec, 2024 2 commits
    • Xavier Thompson's avatar
      stack/slapos-py2.cfg: Pin gcc to gcc-8.5 for scipy · 8e248879
      Xavier Thompson authored
      Remove
      
      ```
      [gcc:python2]
      part = gcc-8.5
      ```
      
      from neoppod/software-common.cfg and dream/software.cfg as it causes
      gcc being pinned to a different version before and after rebootstrap
      when the initial python version is not Python2.
      
      This reverts dc91e5d4.
      8e248879
    • Xavier Thompson's avatar
      stack/erp5: Fix ipv6 url of mariadb catalog · af1714f9
      Xavier Thompson authored
      When use-ipv6 is enabled, make mariadb publish an url of the form:
        `mysql://user:password@[ipv6]:port/database`
      
      instead of:
        `mysql://user:password@ipv6:port/database`
      
      which results in the zope instances crashing during processing
      due to urlparse.urlsplit failing to parse the url.
      af1714f9
  2. 21 Nov, 2024 4 commits
  3. 20 Nov, 2024 6 commits
  4. 19 Nov, 2024 2 commits
  5. 18 Nov, 2024 12 commits
  6. 15 Nov, 2024 14 commits