]> git.ipfire.org Git - thirdparty/bind9.git/commit
Drop the TARBALL_EXTENSION variable
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:18:52 +0000 (10:18 +0100)
commit832c7d4396dcaf8ecaf417be92f7ef1023dc13a7
treea1be38a8ae93881c9c142fd7745e5ef030f95965
parenta1da698103c54bad565680d29f555f8edaf6cdcb
Drop the TARBALL_EXTENSION variable

All currently supported BIND 9 branches use xz-packed tarballs for
source code distribution.  Having a variable with a lengthy name that
only holds 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_EXTENSION variable in
.gitlab-ci.yml with a fixed string ("xz") to simplify the contents of
that file.
.gitlab-ci.yml