mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-11 02:30:44 -04:00
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. |
||
|---|---|---|
| .. | ||
| dlz | ||
| gitchangelog | ||
| scripts | ||
| README | ||
<!--
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.