[X2Go-Commits] [maintenancescripts] 02/02: git/hooks/x2go-post-receive-tag-pending: actually use ${fixed_in_version} instead of the global ${version} variable in send_mail ().
git-admin at x2go.org
git-admin at x2go.org
Tue Mar 3 19:43:47 CET 2020
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository maintenancescripts.
commit 2368d2fb137fee251c9e7095bd8e82b31a771a34
Author: Mihai Moldovan <ionic at ionic.de>
Date: Tue Mar 3 19:40:09 2020 +0100
git/hooks/x2go-post-receive-tag-pending: actually use ${fixed_in_version} instead of the global ${version} variable in send_mail ().
---
git/hooks/x2go-post-receive-tag-pending | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/git/hooks/x2go-post-receive-tag-pending b/git/hooks/x2go-post-receive-tag-pending
index 75d3824..e3b33a3 100755
--- a/git/hooks/x2go-post-receive-tag-pending
+++ b/git/hooks/x2go-post-receive-tag-pending
@@ -96,7 +96,7 @@ Content-Transfer-Encoding: 8bit
X-Mailer: https://code.x2go.org/gitweb?p=maintenancescripts.git;a=blob;f=git/hooks/x2go-post-receive-tag-pending
tag #${bug} pending
-fixed #${bug} ${version}
+fixed #${bug} ${fixed_in_version}
thanks
Hi!
@@ -107,7 +107,7 @@ check the diff of the fix at:
${BASEURL};a=commitdiff;h=$(git show -s --pretty='format:%h' "${rev}")
-The issue will most likely be fixed in src:${PROJECT} (${version}).
+The issue will most likely be fixed in src:${PROJECT} (${fixed_in_version}).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git
More information about the x2go-commits
mailing list