diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a2f00072e..727b2394a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -394,9 +394,6 @@ stages: - make -j${BUILD_PARALLEL_JOBS:-1} -k doc V=1 - qpdf --check doc/arm/_build/latex/Bv9ARM.pdf - find doc/man/ -maxdepth 1 -name "*.[0-9]" -exec mandoc -T lint "{}" \; | ( ! grep -v -e "skipping paragraph macro. sp after" -e "unknown font, skipping request. ft C" ) - artifacts: - untracked: true - expire_in: "1 month" ### Job Definitions @@ -517,6 +514,7 @@ tarball-create: artifacts: true # Jobs for doc builds on Debian 11 "bullseye" (amd64) +# Long "docs" job artifact retention is needed for bind.isc.org web site docs: <<: *release_branch_triggering_rules @@ -527,9 +525,12 @@ docs: needs: - job: autoreconf artifacts: true + artifacts: + untracked: true + expire_in: "1 month" docs:tarball: - <<: *schedules_tags_web_triggering_rules + <<: *default_triggering_rules <<: *base_image <<: *docs_job before_script: diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index e8f8022099..c1d2528102 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -38,6 +38,8 @@ MANPAGES_RST = \ tsig-keygen.rst \ ../../bin/check/named-checkconf.rst \ ../../bin/check/named-checkzone.rst \ + ../../bin/check/named-compilezone.rst \ + ../../bin/confgen/ddns-confgen.rst \ ../../bin/confgen/rndc-confgen.rst \ ../../bin/confgen/tsig-keygen.rst \ ../../bin/delv/delv.rst \