]> git.ipfire.org Git - thirdparty/bind9.git/commit
Drop the TARBALL_{COMPRESSOR,EXTENSION} variables
authorMichał Kępień <michal@isc.org>
Tue, 21 Nov 2023 09:18:52 +0000 (10:18 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 21 Nov 2023 09:31:39 +0000 (10:31 +0100)
commit3a147a6e965d6cec0de06afded6162cc567327db
tree7d1c71d5c4e4d3d522274eaa0706a7020a25eff9
parent7b820b396732e12b193a637ca92c8c36f9b6870e
Drop the TARBALL_{COMPRESSOR,EXTENSION} variables

All currently supported BIND 9 branches use xz-packed tarballs for
source code distribution.  Having variables with lengthy names that only
hold two characters does not improve readability - it was only useful
for maintaining .gitlab-ci.yml consistency between BIND 9.11 and all the
newer branches, but that era has come to an end a while ago.

Replace all occurrences of the TARBALL_COMPRESSOR and TARBALL_EXTENSION
variables in .gitlab-ci.yml with a fixed string ("xz") to simplify the
contents of that file.

(cherry picked from commit 832c7d4396dcaf8ecaf417be92f7ef1023dc13a7)
.gitlab-ci.yml