An error occurred fetching the project authors.
  1. 24 Apr, 2020 1 commit
  2. 22 Mar, 2020 1 commit
  3. 17 Feb, 2020 1 commit
  4. 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
  5. 07 Oct, 2019 1 commit
  6. 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 !525
      ed707d3b
  7. 13 Aug, 2019 1 commit
  8. 24 Jun, 2019 1 commit
  9. 21 Jan, 2019 1 commit
  10. 24 Oct, 2018 1 commit
  11. 27 Sep, 2018 1 commit
  12. 12 Sep, 2018 1 commit
  13. 03 Jul, 2018 1 commit
  14. 25 Jan, 2018 1 commit
  15. 17 Jan, 2018 1 commit
  16. 11 Dec, 2017 1 commit
  17. 18 Oct, 2017 1 commit
  18. 13 Oct, 2017 1 commit
  19. 05 Jun, 2017 1 commit
  20. 03 Jun, 2017 1 commit
  21. 02 Jun, 2017 1 commit
  22. 26 Oct, 2016 1 commit
  23. 12 May, 2016 1 commit
  24. 10 May, 2016 1 commit
  25. 05 Oct, 2015 1 commit
  26. 19 May, 2015 1 commit
  27. 12 Dec, 2014 1 commit
  28. 19 Nov, 2014 1 commit
  29. 09 Oct, 2014 1 commit
  30. 15 Aug, 2014 1 commit
  31. 07 Aug, 2014 2 commits
    • Cédric Le Ninivin's avatar
      powerdns: freeze md5sum and version · 471c17c4
      Cédric Le Ninivin authored
      471c17c4
    • Cédric Le Ninivin's avatar
      powerdns: Introduce PowerDNS software release · eaf47378
      Cédric Le Ninivin authored
      powerdns: provide basic instanciation
      
      powerdns: add monitoring, promise and reload
      
      powerdns: add replication
      
      power-dns: replication specific for powerdns
      
      powerdns: fix parameter name
      
      powerdns: provide input json schema for powerdns instance
      
      powerdns: Publish current NS record
      
      powerdns: introduce flexible configuration for countries/ geographical zones
      
      powerdns: fix contry configuration list
      
      powerdns: fix country map list
      
      powerdns: add dynamic slave configuration
      
      powerdns: remove recursor
      
      powerdns: reduce log level
      eaf47378
  32. 29 Jul, 2014 2 commits
    • Cédric Le Ninivin's avatar
      powerdns: freeze md5sum and version · 4cd232e4
      Cédric Le Ninivin authored
      4cd232e4
    • Cédric Le Ninivin's avatar
      powerdns: Introduce PowerDNS software release · 41272c8e
      Cédric Le Ninivin authored
      powerdns: provide basic instanciation
      
      powerdns: add monitoring, promise and reload
      
      powerdns: add replication
      
      power-dns: replication specific for powerdns
      
      powerdns: fix parameter name
      
      powerdns: provide input json schema for powerdns instance
      
      powerdns: Publish current NS record
      
      powerdns: introduce flexible configuration for countries/ geographical zones
      
      powerdns: fix contry configuration list
      
      powerdns: fix country map list
      
      powerdns: add dynamic slave configuration
      
      powerdns: remove recursor
      
      powerdns: reduce log level
      41272c8e