]> git.ipfire.org Git - thirdparty/bind9.git/commit
Extract CHANGES checks to a separate GitLab CI job
authorMichał Kępień <michal@isc.org>
Fri, 29 Mar 2024 07:27:49 +0000 (08:27 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 29 Mar 2024 07:55:45 +0000 (08:55 +0100)
commit175b4af118b74ef78423515cd8d6517752f9f75c
tree71750241cf62a0c1400fa1581abb7e39af6d9b7d
parentf412d4f851d9080f75d7d83d1510fc50fbfbf7d9
Extract CHANGES checks to a separate GitLab CI job

Checking the contents of the CHANGES file currently requires invoking
multiple shell scripts.  These invocations are conflated with those for
other test scripts in the "misc" GitLab CI job.  Extract the commands
checking the contents of the CHANGES file to a separate GitLab CI job,
"changes", to improve readability.  Remove similar checks for the
CHANGES.SE file altogether as they are only relevant for BIND -S and
therefore should not be present in an open source branch.

(cherry picked from commit 1335e139f28e1f0b448fd6f8d134228eb12efa98)
.gitlab-ci.yml