bind9/contrib
Nicki Křížek 37274bebe1 Fix ordering of gitchangelog replacement regexs
Prior to this change, the issue number could be accidentally removed by
the `Backport of` text, depending on the order of the MR description
contents. Ensure all the removals for text in MR descriptions happen
first, and only then run the replacement regex for issue number, which
appends it to the end of the last non-empty line (which will no longer
be removed).

The only removals that happen after the replacement are guaranteed to
always happen after the end of MR description, since they're
auto-generated by gitlab when the merge commit is created, thus won't
affect the line with the issue number.

Also remove the needless isc-private/bind9 replacement. References
to private MRs are already removed by the very first regex.
2024-08-14 14:49:43 +00:00
..
dlz Explicitly cast chars to unsigned chars for <ctype.h> functions 2023-09-22 08:29:17 +02:00
gitchangelog Fix ordering of gitchangelog replacement regexs 2024-08-14 14:49:43 +00:00
scripts Reformat shell scripts with shfmt 2023-10-26 10:23:50 +02:00
README Import gitchanglog 3.0.4 2024-07-24 17:43:08 +02:00

<!--
Copyright (C) Internet Systems Consortium, Inc. ("ISC")

SPDX-License-Identifier: MPL-2.0

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0.  If a copy of the MPL was not distributed with this
file, you can obtain one at https://mozilla.org/MPL/2.0/.

See the COPYRIGHT file distributed with this work for additional
information regarding copyright ownership.
-->

This directory contains scripts, tools, and other useful accessories to
BIND 9.  Contrib software is not supported by ISC, but reported bugs will
be fixed as time permits.

    - scripts/

      Assorted useful scripts, including 'nanny' which monitors
      named and restarts it in the event of a crash, 'zone-edit'
      which enables editing of a dynamic zone, and others.

    - dlz/modules

      Dynamically linkable DLZ modules that can be configured into
      named at runtime, enabling access to external data sources including
      LDAP, MySQL, Berkeley DB, perl scripts, etc.

    - gitchangelog/

      QA utility to produce changelog and release notes from git log.

Some links to useful software and other resources related to BIND 9 and
DNS can be found at https://www.isc.org/dns-tools-and-resources.