]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] chg: doc: Make empty changelog fatal error
authorMichal Nowak <mnowak@isc.org>
Wed, 25 Jun 2025 12:57:00 +0000 (14:57 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 25 Jun 2025 12:57:00 +0000 (14:57 +0200)
commitdaeca279cd4a9ca97b175fcd4736bf300fe752bc
treeb1b035c58c5373fc4f412ec85723d192d3095417
parent69b1be60762d00834fba9969fc915ed3e526b5ad
parentb72dce32037c0b864967ab8086e2c5e9b5a8deae
[9.18] chg: doc: Make empty changelog fatal error

The prep_doc_mr.py script of the bind9-qa repo needs a way to know that
gitchangelog.py did not produce entries. In the case of release notes,
it dies with "No commits matching given revlist". For changelog entries
it used to warn about "Empty changelog", but did not return non-zero
exit code.

Backport of MR !10591

Merge branch 'backport-mnowak/make-empty-changelog-fatal-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!10642