]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] chg: ci: Ensure changelog job builds docs with the new entry
authorNicki Křížek <nicki@isc.org>
Mon, 27 Jan 2025 09:35:45 +0000 (09:35 +0000)
committerNicki Křížek <nicki@isc.org>
Mon, 27 Jan 2025 09:35:45 +0000 (09:35 +0000)
commit53a84151c5f5e2ef5210b40d1ac4ff0353f413a8
tree5bcc89df415d9873ec1717b12f34ba3208dfeeca
parent70ef4952e55fab05ec9ccf47a80bf19ed14bda16
parent50fa13cafe7ea3ac922f0c1517d97902696afb5f
[9.18] chg: ci: Ensure changelog job builds docs with the new entry

The changelog job is supposed to test that the text from GitLab MR
title&description is valid rst syntax and can be built with sphinx. In
49128fc1, the way gitchangelog generates entries was changed - it no
longer writes to the changelog file, but generates output on stdout
instead. Ensure the generated notes is actually written to (some)
rendered file which is part of the docs so that the subsequent sphinx
build attempts to render the note.

Backport of MR !9804

Merge branch 'backport-nicki/ci-fix-changelog-job-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9998