mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
Merge branch '2799-doc-build-fixes' into 'main'
Fix docs build See merge request isc-projects/bind9!5961
This commit is contained in:
commit
b103f516d0
@ -394,9 +394,6 @@ stages:
|
|||||||
- make -j${BUILD_PARALLEL_JOBS:-1} -k doc V=1
|
- make -j${BUILD_PARALLEL_JOBS:-1} -k doc V=1
|
||||||
- qpdf --check doc/arm/_build/latex/Bv9ARM.pdf
|
- 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" )
|
- 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
|
### Job Definitions
|
||||||
|
|
||||||
@ -517,6 +514,7 @@ tarball-create:
|
|||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
# Jobs for doc builds on Debian 11 "bullseye" (amd64)
|
# Jobs for doc builds on Debian 11 "bullseye" (amd64)
|
||||||
|
# Long "docs" job artifact retention is needed for bind.isc.org web site
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
<<: *release_branch_triggering_rules
|
<<: *release_branch_triggering_rules
|
||||||
@ -527,9 +525,12 @@ docs:
|
|||||||
needs:
|
needs:
|
||||||
- job: autoreconf
|
- job: autoreconf
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
artifacts:
|
||||||
|
untracked: true
|
||||||
|
expire_in: "1 month"
|
||||||
|
|
||||||
docs:tarball:
|
docs:tarball:
|
||||||
<<: *schedules_tags_web_triggering_rules
|
<<: *default_triggering_rules
|
||||||
<<: *base_image
|
<<: *base_image
|
||||||
<<: *docs_job
|
<<: *docs_job
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -38,6 +38,8 @@ MANPAGES_RST = \
|
|||||||
tsig-keygen.rst \
|
tsig-keygen.rst \
|
||||||
../../bin/check/named-checkconf.rst \
|
../../bin/check/named-checkconf.rst \
|
||||||
../../bin/check/named-checkzone.rst \
|
../../bin/check/named-checkzone.rst \
|
||||||
|
../../bin/check/named-compilezone.rst \
|
||||||
|
../../bin/confgen/ddns-confgen.rst \
|
||||||
../../bin/confgen/rndc-confgen.rst \
|
../../bin/confgen/rndc-confgen.rst \
|
||||||
../../bin/confgen/tsig-keygen.rst \
|
../../bin/confgen/tsig-keygen.rst \
|
||||||
../../bin/delv/delv.rst \
|
../../bin/delv/delv.rst \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user