]> git.ipfire.org Git - thirdparty/bind9.git/commit
Ensure changelog job builds docs with the new entry
authorNicki Křížek <nicki@isc.org>
Mon, 2 Dec 2024 14:31:53 +0000 (15:31 +0100)
committerNicki Křížek <nicki@isc.org>
Fri, 24 Jan 2025 18:11:11 +0000 (18:11 +0000)
commit02cf5663121cc55b88bf6fb0a2f95f295ed61849
tree70cce02726a6fe18160e4f0aa15dde1bf0eb8e93
parentb3eab79bc1866094bc2a2154b2924391bd637830
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.

(cherry picked from commit 380a30ba8d59453a04de05ddd7ce10d840cd875a)
.gitlab-ci.yml