1. 03 Dec, 2021 5 commits
  2. 02 Dec, 2021 9 commits
  3. 01 Dec, 2021 5 commits
  4. 30 Nov, 2021 8 commits
  5. 29 Nov, 2021 1 commit
  6. 26 Nov, 2021 2 commits
  7. 25 Nov, 2021 2 commits
  8. 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
  9. 23 Nov, 2021 4 commits
  10. 22 Nov, 2021 2 commits
    • Łukasz Nowak's avatar
      kvm: Support exporter for disk-type=ide · acf93f14
      Łukasz Nowak authored
      kvm-exporter supported only disk-type=virtio, as qemuqmpclient.driveBackup
      source_drive defaults to virtio0.
      
      For disk-type=ide the source_drive found to be ide0-hd0 by query-block during
      runtime, and as it's used, now such disk type is supported.
      acf93f14
    • Thomas Gambier's avatar
      software/kvm: fix wipe-disk-device-wrapper · 2048ceb8
      Thomas Gambier authored
      Without a shebang, supervisord refuses to run the script with the
      following error:
      
      supervisor: couldn't exec /srv/slapgrid/slappart8/etc/prerm/slapos_wipe_device_disk: ENOEXEC
      supervisor: child process was not spawned
      
      This is a fixup of 0983f1ca
      2048ceb8