]> 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:29:21 +0000 (10:29 +0100)
commitc81c4f3f96c8e355a0ccb66bc3283bcfc4097b60
treefd2ca6a9fdba599ce4dc964e0ce4a9534f29fe55
parent144c7d0d9d1c3f20b0a5b839c3d0faf4e2e64da0
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.

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