]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make empty changelog fatal error
authorMichal Nowak <mnowak@isc.org>
Wed, 18 Jun 2025 07:52:37 +0000 (09:52 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 25 Jun 2025 12:56:45 +0000 (14:56 +0200)
commitb72dce32037c0b864967ab8086e2c5e9b5a8deae
treeb1b035c58c5373fc4f412ec85723d192d3095417
parent69b1be60762d00834fba9969fc915ed3e526b5ad
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.

(cherry picked from commit 4d0ae4068f07a0f1a62b11629d3f26d798bddb45)
contrib/gitchangelog/gitchangelog.py