1. 11 Oct, 2014 1 commit
    • David Piggott's avatar
      Pass additional_records to recursive build_zone calls, closes #229 · ca57560f
      David Piggott authored
      The problem was that custom records defined for a subdomain where implicit
      records are otherwise defined (e.g. A/AAAA records for the root) were ignored.
      
      Though additional_records for a subdomain are processed in the base call to
      build_zone (the call for the parent domain), and so custom records that don't
      override implicits were working fine, those that overrode implicits were
      ignored.
      
      This was because the recursive call to build_zone for the subdomain creates the
      implicit records (including A/AAAA records for the root), and so by relying on
      the base call to add the additional_records fails because has_rec returned
      true.
      
      Adding a subdomain's additional_records in the child call works because has_rec
      returns false when testing whether to add an e.g. A/AAAA override for the root,
      as the defaults have not yet been added.
      ca57560f
  2. 10 Oct, 2014 3 commits
  3. 08 Oct, 2014 1 commit
  4. 07 Oct, 2014 12 commits
  5. 05 Oct, 2014 7 commits
  6. 04 Oct, 2014 4 commits
  7. 02 Oct, 2014 1 commit
    • h8h's avatar
      generate the locales before change to it. · ba33669a
      h8h authored
      For my german box changing the locale failed:
      ´´´´/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
      /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
      /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
      /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
      setup/functions.sh: line 6: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)´´´´
      
      see #206 and 4e6d572d
      closes #220
      commit modified by joshdata
      ba33669a
  8. 01 Oct, 2014 1 commit
  9. 27 Sep, 2014 9 commits
  10. 26 Sep, 2014 1 commit