]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Merge pull request #13428 from zeha/catalog-doc-draft
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 30 Oct 2023 08:58:44 +0000 (09:58 +0100)
committerGitHub <noreply@github.com>
Mon, 30 Oct 2023 08:58:44 +0000 (09:58 +0100)
auth doc: catalog: replace the word "draft"

.github/workflows/misc-dailies.yml
pdns/recursordist/settings/table.py

index 60d66abe821acca2376e5bf8fcf9b0bdd83d9bbc..07f50aa52a7c207222a1544e40572800e334fd57 100644 (file)
@@ -86,6 +86,8 @@ jobs:
       - run: inv coverity-clang-configure
       - run: inv ci-autoconf
         working-directory: ./pdns/dnsdistdist/
+      - run: inv ci-build-and-install-quiche
+        working-directory: ./pdns/dnsdistdist/
       - run: inv ci-dnsdist-configure full
         working-directory: ./pdns/dnsdistdist/
       - run: inv coverity-make
index 14fb0fe35198f0e76d050d0e488d348b5c18318a..16fa43c7d04f3be9543d1f7abf6ab6fb5e215886 100644 (file)
@@ -2895,7 +2895,7 @@ Note that this option only applies to credentials stored in the configuration as
         'default' : 'normal',
         'help' : 'Amount of logging in the webserver (none, normal, detailed)',
         'doc' : '''
-One of ``one``, ``normal``, ``detailed``.
+One of ``none``, ``normal``, ``detailed``.
 The amount of logging the webserver must do. 'none' means no useful webserver information will be logged.
 When set to 'normal', the webserver will log a line per request that should be familiar::