]> 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:08:14 +0000 (12:08 +0000)
commit5fa13bedf5e5a75dfece4fa8fe67d6614a672a47
tree832b264339b0f46d4649d48cf3e86a8396eea025
parent997b443d774d0a1d35af91aa1b1fcfc961ba683c
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