1. 01 Dec, 2021 1 commit
    • Jérome Perrin's avatar
      stack/erp5: expose random_activity_priority argument of testrunner · 0b7511b4
      Jérome Perrin authored
      By setting this in the test suite configuration, we can force ERP5 tests
      to use random priorities for activity processing.
      
      The intended usage is to set this to an empty string, in which case
      ERP5's runUnitTest chooses a random value for the seed and prints the
      chosen value. It may also be possible to use a value, to reproduce a
      previous run.
      0b7511b4
  2. 30 Nov, 2021 7 commits
  3. 29 Nov, 2021 1 commit
  4. 26 Nov, 2021 2 commits
  5. 25 Nov, 2021 2 commits
  6. 24 Nov, 2021 2 commits
    • Łukasz Nowak's avatar
      caddy-frontend: Implement netloc-list · a9d98dd1
      Łukasz Nowak authored
      JSON schema uses simple string and internal process, and caddy instances are
      not kept simple and are not considered future-proof.
      a9d98dd1
    • Jérome Perrin's avatar
      software/powerdns: declare a minium gcc version · 428e32c2
      Jérome Perrin authored
      This software can use system gcc. On test nodes we observed successful
      builds when system gcc is 8.3.0 and failures with system gcc is 6.3.0:
      
          checking whether g++ supports C++17 features with -std=c++17... no
          checking whether g++ supports C++17 features with +std=c++17... no
          checking whether g++ supports C++17 features with -h std=c++17... no
          checking whether g++ supports C++17 features with -std=c++1z... no
          checking whether g++ supports C++17 features with +std=c++1z... no
          checking whether g++ supports C++17 features with -h std=c++1z... no
          configure: error: *** A compiler with support for C++17 language features is required.
          ...
          While:
            Installing powerdns.
      428e32c2
  7. 23 Nov, 2021 4 commits
  8. 22 Nov, 2021 21 commits