An error occurred fetching the project authors.
  1. 13 Jan, 2023 1 commit
  2. 30 Aug, 2022 1 commit
    • Jérome Perrin's avatar
      component/defaults: use python3 by default · cc7f36a0
      Jérome Perrin authored
      Change python2 softwares to use python2 explicitly and python3
      softwares to use the default, but leave a few softwares (html5as,
      html5as-base, fluent-bit, packer, seleniumrunner) using the default
      python, as they were using python2 not because they only support python2
      but because they don't have strong dependency to the python version
      being used.
      cc7f36a0
  3. 08 Dec, 2021 1 commit
  4. 24 Nov, 2021 1 commit
    • 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
  5. 15 May, 2021 1 commit
  6. 13 Jan, 2021 1 commit
  7. 20 Nov, 2020 1 commit
    • Léo-Paul Géneau's avatar
      software/powerdns: add tests · b15ec0ec
      Léo-Paul Géneau authored
      Tests added:
      - connexion parameters
      - monitor url
      - slaves instanciation
      
      Adds connexion parameters:
      - ipv6
      - port
      - ipv4
      
      Upgrade dnspython from 1.15.0 to 1.16.0
      
      Removes unused parameters in instance-powerdns-replicate.cfg.jinja:
      - private-ipv4
      - public-ipv4
      - domain
      b15ec0ec
  8. 08 Jul, 2020 3 commits
  9. 04 May, 2020 1 commit
    • Julien Muchembled's avatar
      Clean up egg pinning · a8c3e42a
      Julien Muchembled authored
      For some SR, it implies the following upgrades:
      - decorator: 4.3.0
      - gitdb2: 2.0.5
      - smmap2: 2.0.5
      - subprocess32: 3.5.3
      a8c3e42a
  10. 24 Apr, 2020 1 commit
  11. 22 Mar, 2020 1 commit
  12. 17 Feb, 2020 1 commit
  13. 08 Nov, 2019 1 commit
    • Łukasz Nowak's avatar
      software/powerdns: Use buildout.hash.cfg · 0288f321
      Łukasz Nowak authored
      hexagonit.recipe.download is replaced with slapos.recipe.build:download in
      order to have the same approach everywhere and so _update_hash_filename_ key is
      used to avoid collision with section:filename.
      0288f321
  14. 07 Oct, 2019 1 commit
  15. 04 Oct, 2019 1 commit
    • Thomas Gambier's avatar
      do not create two wrappers for the same executable if hash change · ed707d3b
      Thomas Gambier authored
      Prevent creating 2 wrapper for the same service if hash changed. Here, one service is exited because port is used by the firt to service to start:
      
          slappart6:runner-sshd-4248650e36a9a26a6481df1baffd9f58-on-watch                RUNNING   pid 27835, uptime 0:03:45
          slappart6:runner-sshd-b3b68f4278ceb84691ec27521ea229eb-on-watch                EXITED    Mar 06 04:52 PM
      
      To achieve that, update slapos.cookbook and use hash-existing-files option of wrapper recipe
      
      hash-existing-files list all the files used for hash that are not
      handled by buildout. For those files, the hash is calculated as soon as
      the __init__ function so that if there is a change in those files,
      buildout will remove the existing wrapper (it will uninstall the
      section) and replace it with the new wrapper.
      
      /reviewed-on nexedi/slapos!525
      ed707d3b
  16. 13 Aug, 2019 1 commit
  17. 24 Jun, 2019 1 commit
  18. 21 Jan, 2019 1 commit
  19. 24 Oct, 2018 1 commit
  20. 27 Sep, 2018 1 commit
  21. 12 Sep, 2018 1 commit
  22. 03 Jul, 2018 1 commit
  23. 25 Jan, 2018 1 commit
  24. 17 Jan, 2018 1 commit
  25. 11 Dec, 2017 1 commit
  26. 18 Oct, 2017 1 commit
  27. 13 Oct, 2017 1 commit
  28. 05 Jun, 2017 1 commit
  29. 03 Jun, 2017 1 commit
  30. 02 Jun, 2017 1 commit
  31. 26 Oct, 2016 1 commit
  32. 12 May, 2016 1 commit
  33. 10 May, 2016 1 commit
  34. 05 Oct, 2015 1 commit
  35. 19 May, 2015 1 commit
  36. 12 Dec, 2014 1 commit
  37. 19 Nov, 2014 1 commit
  38. 09 Oct, 2014 1 commit