]> git.ipfire.org Git - thirdparty/bind9.git/commit
Revise release directory naming
authorMichał Kępień <michal@isc.org>
Wed, 22 Oct 2025 07:45:29 +0000 (09:45 +0200)
committerAndoni Duarte Pintado <andoni@isc.org>
Mon, 27 Oct 2025 13:00:04 +0000 (14:00 +0100)
commit8d548cbb58492a929a5c520b03ae1eefce204dbb
tree9af6553e525a91af97567eac6649fe244d90ad47
parentb14a6935eae4a694054f4cf6111bafe818d89f63
Revise release directory naming

Include the Git tag in the name of the release directory rather than
just the version number.  Revise the script for the "release" job
accordingly.  This enables using the $CI_COMMIT_TAG variable in job
scripts without the need to resort to string manipulation to strip the
leading "v", improving readability.  The only place where string
manipulation is applied to the Git tag is now the "release" job itself,
to verify that the Git tag matches the version number embedded in the
source tarball name.
.gitlab-ci.yml