]> 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 17:33:59 +0000 (18:33 +0100)
commitbaeab55a64d8a53bf767c5ccbe6df49839ff1c4f
treeb271132c3ac04eba76f8817d083254cd8a43f38a
parent1270dc6dbdcbf7c6a2028836b899956e1fd7323f
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.

(cherry picked from commit 8d548cbb58492a929a5c520b03ae1eefce204dbb)
.gitlab-ci.yml