]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop copyright checks from the "misc" CI job
authorMichal Nowak <mnowak@isc.org>
Thu, 15 Feb 2024 10:08:57 +0000 (11:08 +0100)
committerMichal Nowak <mnowak@isc.org>
Fri, 16 Feb 2024 10:08:32 +0000 (11:08 +0100)
These check are not present in more recent BIND 9 branches and we don't
intend to maintain them for BIND 9.11.

.gitlab-ci.yml

index 7f15d7ab299babf06d777e19ed7f439627ca85fd..24bee8a5c139d75c7e2a67a55b044996d675f884 100644 (file)
@@ -432,11 +432,6 @@ misc:
     - test ! -f CHANGES.SE || perl util/check-changes master=0 CHANGES.SE
     - test ! -f CHANGES.SE || sh util/check-line-length.sh CHANGES.SE
     - rm CHANGES.tmp
-    - perl -w util/merge_copyrights
-    - diff -urNap util/copyrights util/newcopyrights
-    - rm util/newcopyrights
-    - perl -w util/update_copyrights < util/copyrights
-    - if test "$(git status --porcelain | grep -Ev '\?\?' | wc -l)" -gt "0"; then git status --short; exit 1; fi
     - xmllint --noout --nonet `git ls-files '*.xml' '*.docbook'`
     - sh util/xmllint-html.sh
     - sh util/check-win32util-configure