]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Generate changelog to stdout
authorNicki Křížek <nicki@isc.org>
Tue, 24 Sep 2024 12:04:16 +0000 (14:04 +0200)
committerNicki Křížek <nicki@isc.org>
Tue, 24 Sep 2024 14:11:08 +0000 (16:11 +0200)
Since the changes aren't tracked in the single changelog.rst file,
generate the changelog to stdout instead, so it can be easily redirected
to the proper file.

contrib/gitchangelog/changelog.rc.py

index 7f8182a5742b58b1a9a208430579a4ad4821e120..8ca4869607d6de77be62ab9a8415b3a6b95a7b1a 100644 (file)
@@ -291,12 +291,7 @@ include_merge = True
 #     r'/(?P<rev>[0-9]+\.[0-9]+(\.[0-9]+)?)\s+\([0-9]+-[0-9]{2}-[0-9]{2}\)\n--+\n/',
 #     idx=lambda m: m.start(1)
 # )
-# publish = stdout
-publish = FileInsertAtFirstRegexMatch(
-    "doc/arm/changelog.rst",
-    r"for changes relevant to them.\n\n",
-    idx=lambda m: m.end(0),
-)
+publish = stdout
 
 
 ## ``revs`` is a list of callable or a list of string