[X2Go-Commits] [maintenancescripts] 01/01: git/hooks/x2go-post-receive-tag-pending: use ${SHORT_GIT_REPO_NAME}.

git-admin at x2go.org git-admin at x2go.org
Thu Nov 23 06:04:12 CET 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository maintenancescripts.

commit a18220d8fb338d79e763257dadea14867d503c0f
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Nov 23 06:04:05 2017 +0100

    git/hooks/x2go-post-receive-tag-pending: use ${SHORT_GIT_REPO_NAME}.
---
 git/hooks/x2go-post-receive-tag-pending | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git/hooks/x2go-post-receive-tag-pending b/git/hooks/x2go-post-receive-tag-pending
index b9b568b..1875367 100755
--- a/git/hooks/x2go-post-receive-tag-pending
+++ b/git/hooks/x2go-post-receive-tag-pending
@@ -24,7 +24,7 @@ set -u
 
 BASEURL="http://code.x2go.org/gitweb?p=${GIT_REPO_NAME}"
 
-PROJECT="${GIT_REPO_NAME//.git/}"
+PROJECT="${SHORT_GIT_REPO_NAME}"
 
 tempdir="$(mktemp -d)"
 trap "rm -rf \"${tempdir}\"" EXIT

--
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